Skip to content

jaehwang/dotfiles

 
 

Repository files navigation

netj's dotfiles

How to use (for the first time)

  1. Make sure you have Git on your system.

  2. Clone my repo by running:

     git clone https://github.com/netj/dotfiles.git ~/.dotfiles
    
  3. Run the following command and press y for the files you want to install:

     ~/.dotfiles/install
    

Notes

  • Put any of your per-machine/per-account tweaks in a .*_local file. For example,

    • .bash_local for declaring aliases, adjusting PATH, or exporting environment variables.
    • .vim_local for any local Vim configuration customization.
    • .tmux_local for any local TMUX tweaks, e.g., wrapping the default-command with reattach-to-user-namespace in OS X.
  • You can run following commands later to stay up-to-date:

      cd ~/.dotfiles
      git pull
      ./install
    
  • If you want to send me your modifications, please put them up in your GitHub fork and send me a pull request at my repo.

  • I use a zlib/libpng style license. Consult the COPYRIGHT file for more information on using these files.

Warning

  • Use entirely at your own risk -- no warranty is expressed or implied.
  • Playing around with your dotfiles is a very time consuming activity.

Jaeho Shin netj@sparcs.org

About

netj's dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AppleScript 46.1%
  • Shell 24.8%
  • Vim Script 22.9%
  • Emacs Lisp 2.6%
  • Python 1.8%
  • Perl 1.8%