Switched to zsh

This commit is contained in:
2022-12-13 19:55:12 -08:00
parent 495513cbba
commit ef31614f68
3 changed files with 5 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ init_users:
- wheel
- docker
state: present
shell: /bin/bash
shell: /usr/bin/zsh
create_home: true
ansible_galaxy_collections:

View File

@@ -39,9 +39,3 @@
name: "{{ item }}"
state: present
loop: "{{ font_packages }}"
- name: install pip packages
pip:
name: "{{ item }}"
state: present
loop: "{{ pip_packages }}"

View File

@@ -11,6 +11,7 @@ wm_packages:
- light
cli_packages:
- zsh
- man
- keychain
- python-pip
@@ -21,7 +22,6 @@ cli_packages:
- libtool
- tldr
- gnupg
- vim
- trash-cli
- lshw
- git
@@ -29,11 +29,12 @@ cli_packages:
- duf
- discount
- cmake
- bash-completion
- beets
- lf
- rsync
- p7zip
- neovim
- vrms
general_packages:
- firefox
@@ -65,6 +66,7 @@ general_packages:
- easyeffects
- lsp-plugins
- newsboat
- signal-desktop
networking_packages:
- nmap
@@ -88,6 +90,3 @@ font_packages:
- cantarell-fonts
- noto-fonts-cjk
- ttf-iosevka-nerd
pip_packages:
- trash-cli