Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.66 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.66 KB

Dustin Chang's dotfiles

This repo contians my personal dotfiles.

Zsh

For my Zsh setup, I use Oh My Zsh, and iTerm2 for my terminal application.

The colors are customized for iTerm2, and can be added by simply importing raijin.itermcolors into iTerm2.

To import into iTerm2, go to iTerm->Preferences->Profiles->Colors Tab->Load Presets->Import... and then select the raijin.itermcolors file. Then once imported, just select the raijin color scheme.

Finally, after you've installed Oh My Zsh, copy the raijin.zsh-theme file into ~/.oh-my-zsh/themes, and then in your ~/.zshrc, set the theme to raijin; ZSH_THEME="raijin".

Here is a screenshot of my terminal: screenshot

Bash

For my .bash_profile, it is partly based on Catalin Maris and Mathias Bynens's dotfiles.

Editor setups

The editor_setup.txt file contains my usual setup with all the packages, keybindings, and snippets that I use within Atom & Sublime.

Vim

This repo also contains my Vim setup. I use neobundle as my package manager for it, and then my customizations are mostly at the bottom of the file, besides all my custom plugins added.