git clone [email protected]:aryanj-nyc/dotfiles.git $HOME/dotfiles
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew bundle --file=$HOME/dotfiles/macOS/Brewfile# nodejs
asdf plugin add nodejs
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
asdf install nodejs latest
asdf global nodejs (asdf latest nodejs)
# yarn
asdf plugin add yarn
asdf install yarn latest
asdf global yarn (asdf latest yarn)bash $HOME/dotfiles/macOS/defaults.sh
bash $HOME/dotfiles/macOS/dock.sh
mkdir $HOME/.configcat $HOME/dotfiles/vscode/extensions | xargs -L 1 echo code --install-extension | sh
ln -sf $HOME/dotfiles/vscode/settings.json $HOME/Library/Application\ Support/Code/User/settings.json
ln -sf $HOME/dotfiles/vscode/keybindings.json $HOME/Library/Application\ Support/Code/User/keybindings.json
ln -sf $HOME/dotfiles/vscode/snippets/javascript.json $HOME/Library/Application\ Support/Code/User/snippets/javascript.jsonstow bash git karabiner tmux vim