Personal dotfiles to get up and running with my favorite tools in a flash.
fonts | ||
iterm-dracula | ||
tpm | ||
com.googlecode.iterm2.plist | ||
gitignore | ||
init.sh | ||
preview.png | ||
README.md | ||
terminal-bg.jpg | ||
tmux.conf | ||
vimrc | ||
zshrc |
Joe Wroten's Dotfiles
Develop using just the terminal with the very best tools. iTerm2, Tmux, NeoVim, and Zsh come together to create a solid development environment. Designed to be flexible and powerful.
Based on the A Modern Terminal Workflow blog series where I walk you step-by-step how the core of these dotfiles were written.
Please Note
This is intended to set up a developers environment from the ground up.
Running init.sh will replace your zsh profile, vim/NeoVim settings and tmux settings. Run at your own risk.
Install
Be sure your Xcode and Xcode command line tools are installed and up to date.
- Get This Repo
git clone git@github.com:sharpshark28/dotfiles.git ~/dotfilez
- Run Init
bash ~/dotfilez/init.sh
- Restart your terminal
- Load iTerm2 Preferences from
~/dotfiles
directory
Get started in your project dir with nvim
and enjoy!