Skip to content

whuhacker/dotfiles

Repository files navigation

whuhacker's dotfiles

Below is my shell prompt:

Screenshot of my shell prompt

Below is my vim:

Screenshot of my vim

Disclaimer: These dotfiles are for my own use. Some of the configuration may not be suitable for you.

Installation

$ cd ~
$ git clone https://github.com/whuhacker/dotfiles.git && cd dotfiles
$ rsync --exclude ".git/" --exclude "solarized/" --exclude ".DS_Store" --exclude "README.md" -avh --no-perms . ~
$ source ~/.bash_profile

# don't forget to change your git username and email
$ git config --global user.name "Your Name"
$ git config --global user.email [email protected]

Homebrew

You may want to install some common Homebrew formulae when setting up a new Mac.

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ ./brew.sh

Solarized color scheme

Solarized is precision color scheme for multiple applications (terminal, vim, etc.) with both dark/light modes, which is popular among Mac users. To apply the recommended theme to Terminal.app,

  1. Double click the Solarized Dark ansi.terminal and Solarized Light ansi.terminal in the solarized folder.
  2. Open Teminal.app, select Preferences > Profiles, choose Solarized as the default profile.

About

whuhacker's dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published