Refactoring and pretty printing of information

This commit is contained in:
2017-10-15 00:01:00 +02:00
parent 99c7cc50a8
commit f0f2988423
7 changed files with 106 additions and 40 deletions

View File

@@ -15,6 +15,7 @@ function install_homebrew()
}
function install_casks()
{
brew cask install google-chrome
@@ -39,10 +40,11 @@ function setup_kitty()
}
export DOTFILES=/Users/thomas/dotfiles
DOTFILES=/Users/thomas/dotfiles
DOTFILES="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
ssh/setup.sh
git/setup.sh
NAS_mounts/setup.sh
fish/setup.sh
wm/setup.sh
${DOTFILES}/ssh/setup.sh
${DOTFILES}/git/setup.sh
${DOTFILES}/NAS_mounts/setup.sh
${DOTFILES}/fish/setup.sh
${DOTFILES}/wm/setup.sh