Add a linux installer

This commit is contained in:
Lynda Wang
2020-08-09 15:25:35 -04:00
committed by Michael Campagnaro
parent 2c793ab216
commit 952920dfc2
18 changed files with 213 additions and 1758 deletions

View File

@@ -7,12 +7,6 @@ source "$HOME/.dotfiles/script_helpers/core.sh"
source "$HOME/.dotfiles/script_helpers/platform.sh"
source "$HOME/.dotfiles/script_helpers/file_ops.sh"
printf "${BOLD}Installing env...${NORMAL}\n"
setup_file $HOME/.dotfiles/osx/env.platform $HOME/.env.platform
printf "\n${BOLD}Installing Git customizations...${NORMAL}\n"
setup_file $HOME/.dotfiles/osx/gitconfig.platform $HOME/.gitconfig.platform
printf "\n${BOLD}Installing key remap config...${NORMAL}\n"
key_dest=$HOME/.config/karabiner/assets/complex_modifications/
mkdir -p $key_dest
@@ -24,8 +18,6 @@ setup_file $HOME/.dotfiles/osx/capslock-to-ctrl-for-karabiner.json ${key_dest}/c
printf "\n${BOLD}Installing Homebrew packages...${NORMAL}\n\n"
#brew tap homebrew/core
brew_packages=(
'openssl'
'wget'