-
Download and install iTerm2.
-
Use the iTerm2 preferences found in the repository.
iTerm2 > Preferences... > Load preferences from a custom folder or URL: /path/to/repo/iTerm2/
-
Open iTerm2 and execute
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
to install Homebrew.
-
Use homebrew to install Zsh and neovim.
brew install zsh brew install neovim
-
Make iTerm2 launch with Zsh:
- Locate the brewed Zsh using
which zsh
chsh -s /path/to/zsh
- Locate the brewed Zsh using
-
Create symbolic links to configuration files in the repository.
ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc ln -s ~/.dotfiles/nvim/init.vim ~/.config/nvim/init.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
hericks/upgraded-dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dotfiles (iTerm2, zsh, nvim) I frequently use.