mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Refactor common dotfiles deployment and remove duplicate fastfetch
This commit is contained in:
@@ -13,3 +13,13 @@ common_packages:
|
||||
- zip
|
||||
- vim
|
||||
- fzf
|
||||
|
||||
common_dotfiles:
|
||||
- name: .bashrc
|
||||
src: .bashrc
|
||||
dest: .bashrc
|
||||
mode: "0644"
|
||||
- name: .bash_profile
|
||||
src: .bash_profile
|
||||
dest: .bash_profile
|
||||
mode: "0644"
|
||||
|
||||
@@ -6,7 +6,6 @@ void_packages_base:
|
||||
- vsv
|
||||
- bat
|
||||
- delta
|
||||
- fastfetch
|
||||
- xorg-minimal
|
||||
- xorg-fonts
|
||||
- elogind
|
||||
|
||||
Reference in New Issue
Block a user