Skip to content

samwhitehall/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles / other config

This should be cloned into ~/config.

homebrew

  • install homebrew
  • cat homebrew/leaves | xargs brew install
  • update with brew leaves > homebrew/leaves

zsh

  • install oh-my-zsh
  • symlink config: ln -s ~/config/zsh/zshrc .zshrc
  • $(brew --prefix)/opt/fzf/install

neovim

  • symlink config: mkdir -p ~/.config/nvim && ln -s ~/config/neovim/vimrc ~/.config/nvim/init.vim
  • install vim-plug
  • install plugins: :PlugInstall

git

  • symlink config: ln -s ~/config/git/config ~/.gitconfig

iterm

  • Preferences > General > Preferences > Load preferences from a custom folder

sandbox

  • create dir: mkdir ~/sandbox
  • create env: pyenv virtualenv 3.8.2 sandbox
  • install reqs: PYENV_VERSION="sandbox" pip install -r config/sandbox/requirements.pip

About

Personal dotfiles & other config (brew/zsh/nvim/iterm etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published