Switch to a common shell settings between bash and zsh

This commit is contained in:
2021-03-24 18:06:42 +00:00
parent 1c49c7cecb
commit 7c210a2083
10 changed files with 58 additions and 196 deletions

View File

@@ -17,7 +17,7 @@ for file in .bash_profile .bashrc .bash_logout .zshrc; do
done
# Stow the default packages
for package in bin bash zsh; do
for package in bin shell-common bash zsh; do
echo "Stowing ${package}"
$HOME/.dotfiles/bin/bin/stowage install $package
done