Working on cleanup

This commit is contained in:
2017-10-14 17:39:00 +02:00
parent 5749a9fc07
commit ee2a05a99a
5 changed files with 116 additions and 83 deletions

View File

@@ -15,29 +15,19 @@ function install_homebrew()
}
function brew()
{
/usr/local/bin/brew install $@
}
function cask()
{
/usr/local/bin/brew cask install $@
}
function install_casks()
{
cask google-chrome
cask docker
cask caskroom/drivers/logitech-options
brew cask install google-chrome
brew cask install docker
brew cask install caskroom/drivers/logitech-options
}
function install_brews()
{
#/usr/local/bin/brew update
brew tmux
brew git
brew arp-scan
brew neovim
brew install tmux
brew install arp-scan
brew install neovim
}
@@ -48,20 +38,11 @@ function setup_kitty()
ln -s ${DOTFILES}/kitty.conf ${HOME}/Library/Preferences/kitty/kitty.conf
}
function setup_ssh()
{
# copy private key to .ssh
# cp ${KEYFILE} ~/.ssh/thomas_rsa
# chmod 400 ~/.ssh/thomas_rsa
# ssh-add -K ~/.ssh/thomas_rsa
ln -s ${DOTFILES}/ssh_config ${HOME}/.ssh/config
}
export DOTFILES=/Users/thomas/dotfiles
#install_brews
#install_casks
#setup_fish
#setup_ssh
#setup_wm
#setup_kitty
setup_home
#ssh/setup.sh
#git/setup.sh
NAS_mounts/setup.sh
#fish/setup.sh
wm/setup.sh