Arch setup
This commit is contained in:
parent
eaa13cb02e
commit
f8847f9ac1
2 changed files with 12 additions and 5 deletions
|
@ -17,6 +17,7 @@
|
||||||
- tmux
|
- tmux
|
||||||
- gnupg
|
- gnupg
|
||||||
- rsync
|
- rsync
|
||||||
|
- emacs-nativecomp
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: Install skim
|
- name: Install skim
|
||||||
|
@ -53,6 +54,8 @@
|
||||||
- name: Create aur_builder user
|
- name: Create aur_builder user
|
||||||
when:
|
when:
|
||||||
- dev_machine == true
|
- dev_machine == true
|
||||||
|
become: yes
|
||||||
|
become_method: sudo
|
||||||
user:
|
user:
|
||||||
name: aur_builder
|
name: aur_builder
|
||||||
group: wheel
|
group: wheel
|
||||||
|
@ -60,6 +63,8 @@
|
||||||
- name: aur_builder can run pacman without sudo
|
- name: aur_builder can run pacman without sudo
|
||||||
when:
|
when:
|
||||||
- dev_machine == true
|
- dev_machine == true
|
||||||
|
become: yes
|
||||||
|
become_method: sudo
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/sudoers.d/11-install-aur_builder
|
path: /etc/sudoers.d/11-install-aur_builder
|
||||||
line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
|
line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
|
||||||
|
|
|
@ -54,11 +54,6 @@
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
- name: Install rust-analyzer
|
|
||||||
shell: ~/.cargo/bin/rustup +nightly component add rust-analyzer-preview
|
|
||||||
when:
|
|
||||||
- rust_extras == true
|
|
||||||
|
|
||||||
- name: Install starship
|
- name: Install starship
|
||||||
shell: ~/.cargo/bin/cargo install starship
|
shell: ~/.cargo/bin/cargo install starship
|
||||||
args:
|
args:
|
||||||
|
@ -115,6 +110,13 @@
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
|
- name: Install difftastic
|
||||||
|
shell: ~/.cargo/bin/cargo install difftastic
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/difft
|
||||||
|
when:
|
||||||
|
- rust_extras == true
|
||||||
|
|
||||||
- name: Install dog
|
- name: Install dog
|
||||||
shell: ~/.cargo/bin/cargo install --git https://github.com/ogham/dog dog
|
shell: ~/.cargo/bin/cargo install --git https://github.com/ogham/dog dog
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue