Switched to zsh
This commit is contained in:
@@ -33,7 +33,7 @@ init_users:
|
|||||||
- wheel
|
- wheel
|
||||||
- docker
|
- docker
|
||||||
state: present
|
state: present
|
||||||
shell: /bin/bash
|
shell: /usr/bin/zsh
|
||||||
create_home: true
|
create_home: true
|
||||||
|
|
||||||
ansible_galaxy_collections:
|
ansible_galaxy_collections:
|
||||||
|
|||||||
@@ -39,9 +39,3 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ font_packages }}"
|
loop: "{{ font_packages }}"
|
||||||
|
|
||||||
- name: install pip packages
|
|
||||||
pip:
|
|
||||||
name: "{{ item }}"
|
|
||||||
state: present
|
|
||||||
loop: "{{ pip_packages }}"
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ wm_packages:
|
|||||||
- light
|
- light
|
||||||
|
|
||||||
cli_packages:
|
cli_packages:
|
||||||
|
- zsh
|
||||||
- man
|
- man
|
||||||
- keychain
|
- keychain
|
||||||
- python-pip
|
- python-pip
|
||||||
@@ -21,7 +22,6 @@ cli_packages:
|
|||||||
- libtool
|
- libtool
|
||||||
- tldr
|
- tldr
|
||||||
- gnupg
|
- gnupg
|
||||||
- vim
|
|
||||||
- trash-cli
|
- trash-cli
|
||||||
- lshw
|
- lshw
|
||||||
- git
|
- git
|
||||||
@@ -29,11 +29,12 @@ cli_packages:
|
|||||||
- duf
|
- duf
|
||||||
- discount
|
- discount
|
||||||
- cmake
|
- cmake
|
||||||
- bash-completion
|
|
||||||
- beets
|
- beets
|
||||||
- lf
|
- lf
|
||||||
- rsync
|
- rsync
|
||||||
- p7zip
|
- p7zip
|
||||||
|
- neovim
|
||||||
|
- vrms
|
||||||
|
|
||||||
general_packages:
|
general_packages:
|
||||||
- firefox
|
- firefox
|
||||||
@@ -65,6 +66,7 @@ general_packages:
|
|||||||
- easyeffects
|
- easyeffects
|
||||||
- lsp-plugins
|
- lsp-plugins
|
||||||
- newsboat
|
- newsboat
|
||||||
|
- signal-desktop
|
||||||
|
|
||||||
networking_packages:
|
networking_packages:
|
||||||
- nmap
|
- nmap
|
||||||
@@ -88,6 +90,3 @@ font_packages:
|
|||||||
- cantarell-fonts
|
- cantarell-fonts
|
||||||
- noto-fonts-cjk
|
- noto-fonts-cjk
|
||||||
- ttf-iosevka-nerd
|
- ttf-iosevka-nerd
|
||||||
|
|
||||||
pip_packages:
|
|
||||||
- trash-cli
|
|
||||||
|
|||||||
Reference in New Issue
Block a user