This should be cloned into ~/config
.
- install homebrew
cat homebrew/leaves | xargs brew install
- update with
brew leaves > homebrew/leaves
- install oh-my-zsh
- symlink config:
ln -s ~/config/zsh/zshrc .zshrc
$(brew --prefix)/opt/fzf/install
- symlink config:
mkdir -p ~/.config/nvim && ln -s ~/config/neovim/vimrc ~/.config/nvim/init.vim
- install vim-plug
- install plugins:
:PlugInstall
- symlink config:
ln -s ~/config/git/config ~/.gitconfig
- Preferences > General > Preferences > Load preferences from a custom folder
- create dir:
mkdir ~/sandbox
- create env:
pyenv virtualenv 3.8.2 sandbox
- install reqs:
PYENV_VERSION="sandbox" pip install -r config/sandbox/requirements.pip