This symlinks any necessary files that need to be in $HOME
bash ~/.dotfiles/install.sh
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
Run ./install.sh
git clone https://github.com/zdharma/history-search-multi-word.git ~/.zsh/plugins/history-search-multi-word
git clone https://github.com/zdharma/fast-syntax-highlighting ~/.zsh/plugins/fast-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/plugins/zsh-autosuggestions
Brew bundle is used to install dependencies including Mac applications, even ones from the Mac App store.
brew bundle --file=~.Brewfile
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
In General/Preferences, set custom folder path
~/.dotfiles/config/iterm2
Install Mono font
- Install coc plugins
- create python env
nvm install 12.16.2
mkdir /opt/scripts
sudo ln -s ~/.dotfiles/scripts/ /opt