1
1
Fork 0
Personal dotfiles to get up and running with my favorite tools in a flash.
Find a file
2017-07-07 06:44:55 -05:00
iterm-dracula Merge commit 'b4b1aaff9141a3b6000dcb51f6f813745331ab1b' as 'iterm-dracula' 2017-01-21 16:47:26 -06:00
tpm Merge commit 'b43a98f3cc9e03b0f92f220cff48d2a59621982f' as 'tpm' 2017-01-21 16:49:30 -06:00
com.googlecode.iterm2.plist Various fixes 2017-01-22 01:25:43 -06:00
gitignore Added gitignore 2017-05-02 09:52:28 -05:00
init.sh Removed silly markdown stuff 2017-05-22 08:58:29 -05:00
README.md Added readme to modern dotfiles 2017-07-06 22:37:02 -05:00
terminal-bg.jpg Terminal BG 2017-02-26 12:28:37 -06:00
tmux.conf yellow statusbar for tmux 2017-01-24 22:26:38 -06:00
vimrc removed vimfiler in favor of netrw 2017-07-07 06:44:55 -05:00
zshrc Aliased e=ember 2017-05-05 11:01:12 -05:00

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.

  1. Get This Repo git clone git@github.com:sharpshark28/dotfiles.git ~/dotfilez
  2. Run Init bash ~/dotfilez/init.sh
  3. Restart your terminal
  4. Load iTerm2 Preferences from ~/dotfiles directory

Get started in your project dir with nvim and enjoy!