Working on cleanup
This commit is contained in:
43
install.sh
43
install.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user