Skip to content

mhulse/dotfiles

Repository files navigation

Dotfiles

zsh + oh-my-zsh

Installation

System

  1. Homebrew

  2. Git brew install git

  3. Clone repo in home directory, then run: install.zsh

Zsh

Important: Install plugins and themes to dotfiles/custom/!

  1. zsh-autosuggestions

  2. zsh-autocomplete

  3. zsh-nvm

  4. fzf brew install fzf

  5. fd brew install fd

  6. bat brew install bat

Next, reload your profile by typeing . at the command prompt.

Run:

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Tips

  1. Always show hidden files: defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder

  2. Disable Screen Capture’s …

    • Drop shadow: defaults write com.apple.screencapture disable-shadow -bool true
    • Thumbnail preview: defaults write com.apple.screencapture show-thumbnail -bool false
  3. zsh-nvm is managed by zsh (don’t use Brew for nvm!). Once installed: nvm upgrade, nvm revert, nvm install --lts (latest “Long-Term Support” release), nvm uninstall <version>

About

My personal macOS environment configurations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages