naszam / dotfiles

zsh, vim, and other settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đź›  dotfiles

Current terminal appearance

usage

  • Platform
    • macOS
  • For reloading .zshrc without restarting
    • so
    • Note that exit and restart is recommended
  • For reloading .vimrc without restarting vim
    • :so ~/.vimrc
  • To migrate dotfiles
    • yarn m

TODO

  • Disable pyenv-virtualenv prompt manipulation; add to OMZ theme
  • echo git editor command output? (e.g. git diff)

recovery

  • First
    • Install homebrew from brew.sh
      • brew install yarn
    • Oh My ZSH!
      • sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Then, attempt automatic reinstall
    • yarn i
    • If the script fails, see contents for manual steps
  • Finally
    • In a running instance of nvim
      • :PlugInstall
      • :so ~/.vimrc or restart nvim
    • GPG signing

notes

  • Check that the desired versions are listed in scripts/install/install_python.sh

packages used

About

zsh, vim, and other settings

License:MIT License


Languages

Language:Shell 57.2%Language:Vim Script 31.9%Language:Python 10.9%