Compare commits

...

2 commits

2 changed files with 25 additions and 24 deletions

View file

@ -2,5 +2,6 @@
cd /etc/yum.repos.d
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
rpm-ostree override remove firefox firefox-langpacks
rpm-ostree install distrobox tailscale syncthing ansible falkon python3-keyring wl-clipboard kate mercurial mercurial-rust

View file

@ -60,30 +60,6 @@
state: directory
mode: "0755"
- name: Link some magics
ansible.builtin.file:
src: "{{ home_dir }}/Sync/bin/p-wayland.sh"
dest: "{{ home_dir }}/bin/p"
state: link
- name: Install Starship
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/starship-aarch64"
dest: "{{ home_dir }}/bin/starship"
mode: "0755"
- name: Install Protonmail Bridge
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/bridge-aarch64"
dest: "{{ home_dir }}/bin/bridge"
mode: "0755"
- name: Setup msmtp config
ansible.builtin.file:
src: "{{ home_dir }}/Sync/.msmtprc"
dest: "{{ home_dir }}/.msmtprc"
state: link
- name: Link git config
ansible.builtin.file:
src: "{{ dotfiles_config_dir }}/git"
@ -107,3 +83,27 @@
src: "{{ dotfiles_config_dir }}/starship.toml"
dest: "{{ config_dir }}/starship.toml"
state: link
- name: Link some magics
ansible.builtin.file:
src: "{{ home_dir }}/Sync/bin/p-wayland.sh"
dest: "{{ home_dir }}/bin/p"
state: link
- name: Install Starship
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/starship-aarch64"
dest: "{{ home_dir }}/bin/starship"
mode: "0755"
- name: Install Protonmail Bridge
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/bridge-aarch64"
dest: "{{ home_dir }}/bin/bridge"
mode: "0755"
- name: Setup msmtp config
ansible.builtin.file:
src: "{{ home_dir }}/Sync/.msmtprc"
dest: "{{ home_dir }}/.msmtprc"
state: link