/dotfiles

Best dotfiles of me.

Primary LanguageShell

Dotfiles

This is my collection of zsh / tmux / osx / brew / git / ... configurations.

dotfiles

Setup

Mac

# Install required CLI tools
xcode-select --install

# Clone this repo and initialize everything
# Better checkout install.sh and customize it before start
git clone https://github.com/chuyik/dotfiles.git ~/dotfiles
./dotfiles/install.sh

Linux

# Clone this repo and initialize everything
# Better checkout install.sh and customize it before start
git clone https://github.com/chuyik/dotfiles.git ~/dotfiles
./dotfiles/install.sh

Themes

For your reference, these themes are used in screenshot:

Note

Introduction of some activated Oh-My-Zsh commands:

  • autojump: hit J + dir for a quick navigation
  • dirhistory: hit ALT + LEFT/RIGHT navigate the history
  • sublime: hit st a.js to open a file, stt to open current directory
  • git: hit gcl to clone a repo, ggpush to push commits

For more plugins, visit https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins.