Add minimal bashrc

This commit is contained in:
CramMK
2020-03-11 13:59:43 +01:00
parent 528cbe2d8d
commit c19f760e8f
2 changed files with 30 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ config:
create: true
dotpath: dotfiles
dotfiles:
f_bashrc:
src: bash/bashrc
dst: ~/.bashrc
f_zshrc:
src: zsh/zshrc
dst: ~/.zshrc
@@ -82,6 +85,9 @@ profiles:
- wallpaper
# Packages to be used above
bash:
dotfiles:
- f_bashrc
zsh:
dotfiles:
- f_zshrc