Skip to content

Instantly share code, notes, and snippets.

@joshmccall221
Last active August 29, 2022 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshmccall221/f130a51f93aec57c80d708584b6f45ff to your computer and use it in GitHub Desktop.
Save joshmccall221/f130a51f93aec57c80d708584b6f45ff to your computer and use it in GitHub Desktop.
dotfiles (w/torran)
# https://vimeo.com/655505025
# curl -fsSL https://gist.githubusercontent.com/joshmccall221/f130a51f93aec57c80d708584b6f45ff/raw > dot.sh && bash dot.sh
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install softwares
brew install --cask spectacle
brew install --cask spectacle-editor
brew install --cask iterm2
brew install --cask google-chrome
brew install --cask telegram
brew install --cask whatsapp
brew install visual-studio-code
#brew install hyperswitch
#brew install bob
#brew install iina
brew install spotify
brew install macvim
brew install vim
#brew install zsh
#brew install tig
#brew install tree
#brew install tmux
#brew install htop
#brew install ctags
#brew install the_silver_searcher
#brew install zsh-syntax-highlighting
# zsh
brew install zsh
# change shell to zsh
chsh -s /bin/zsh
#cd ~
#git clone https://github.com/toranb/dotfiles-1.git ~/dotfiles
#cd ~/dotfiles/
#rm -rf ~/dotfiles/custom-configs
#git clone https://github.com/toranb/custom-configs.git
#cd ~/dotfiles/install-scripts
#bash OSX/install-packages.sh
#bash OSX/create-symlinks.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
. ~/.nvm/nvm.sh
nvm install --lts
nvm use --lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment