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
|
||||
- gnupg
|
||||
- rsync
|
||||
- emacs-nativecomp
|
||||
state: latest
|
||||
|
||||
- name: Install skim
|
||||
|
@ -53,6 +54,8 @@
|
|||
- name: Create aur_builder user
|
||||
when:
|
||||
- dev_machine == true
|
||||
become: yes
|
||||
become_method: sudo
|
||||
user:
|
||||
name: aur_builder
|
||||
group: wheel
|
||||
|
@ -60,6 +63,8 @@
|
|||
- name: aur_builder can run pacman without sudo
|
||||
when:
|
||||
- dev_machine == true
|
||||
become: yes
|
||||
become_method: sudo
|
||||
lineinfile:
|
||||
path: /etc/sudoers.d/11-install-aur_builder
|
||||
line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
|
||||
|
|
|
@ -54,11 +54,6 @@
|
|||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install rust-analyzer
|
||||
shell: ~/.cargo/bin/rustup +nightly component add rust-analyzer-preview
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install starship
|
||||
shell: ~/.cargo/bin/cargo install starship
|
||||
args:
|
||||
|
@ -115,6 +110,13 @@
|
|||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install difftastic
|
||||
shell: ~/.cargo/bin/cargo install difftastic
|
||||
args:
|
||||
creates: ~/.cargo/bin/difft
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install dog
|
||||
shell: ~/.cargo/bin/cargo install --git https://github.com/ogham/dog dog
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue