Compare commits
2 commits
34ae0a7177
...
8ac42e3371
Author | SHA1 | Date | |
---|---|---|---|
8ac42e3371 | |||
55955a93b0 |
2 changed files with 25 additions and 24 deletions
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
cd /etc/yum.repos.d
|
cd /etc/yum.repos.d
|
||||||
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
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 override remove firefox firefox-langpacks
|
||||||
rpm-ostree install distrobox tailscale syncthing ansible falkon python3-keyring wl-clipboard kate mercurial mercurial-rust
|
rpm-ostree install distrobox tailscale syncthing ansible falkon python3-keyring wl-clipboard kate mercurial mercurial-rust
|
||||||
|
|
|
@ -60,30 +60,6 @@
|
||||||
state: directory
|
state: directory
|
||||||
mode: "0755"
|
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
|
- name: Link git config
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: "{{ dotfiles_config_dir }}/git"
|
src: "{{ dotfiles_config_dir }}/git"
|
||||||
|
@ -107,3 +83,27 @@
|
||||||
src: "{{ dotfiles_config_dir }}/starship.toml"
|
src: "{{ dotfiles_config_dir }}/starship.toml"
|
||||||
dest: "{{ config_dir }}/starship.toml"
|
dest: "{{ config_dir }}/starship.toml"
|
||||||
state: link
|
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
|
||||||
|
|
Loading…
Reference in a new issue