Skip to content

nguyen-darianhuy/dotfiles

Repository files navigation

dotfiles

My personal dotfiles setup with:

  • zsh & ohmyzsh
  • nvim
  • iterm2

installation on a new mac w/ zsh

  1. install ohmyzsh
  2. install iterm 2
  3. clone the repo and copy its contents to ~
  4. set up iterm2 profile: 4a. iTerm2 -> Preferences -> Profiles -> Other Actions -> Import JSON profiles -> nguyen-darianhuy.json OR set up manually 4b. install gruvbox-dark
    • iTerm2 -> Preferences -> Profiles -> Colors -> Color Presets... -> Import -> Gruvbox Dark.itermcolors 4c. install powerline fonts
    • iTerm2 -> Preferences -> Profiles -> Text -> Font -> Meslo LG M for Powerline
  5. install nvim
  6. install vim-plug 6a. install plugins :PlugInstall 6b. install coc extensions :CocInstall coc-json coc-tsserver
  7. install node
  8. install git-prune
  9. install rg
  10. install tmux
  11. install ctags
  12. ignore tags $ git config --global core.excludesfile ~/.gitignore_global
  13. set nvim as default git editor $ git config --global core.editor "nvim"
  14. (OPTIONAL) hide public github email
  • $ git config --global user.email “your-username@users.noreply.github.com”

About

Personal dotfiles setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published