Skip to content

ygoldman/dotfiles

 
 

Repository files navigation

Why?

Because Nonrational (https://github.com/ygoldman) showed me the way... and because storing cross-machine config is cumbersome. Installing Git is — for the most part — easy.

Making it Work

Getting Started:

git clone https://github.com/ygoldman/dotfiles ~/.dotfiles && cd ~/.dotfiles
./pu.sh

Alternatively (requires wget but not git):

wget https://github.com/ygolmdan/dotfiles/archive/master.zip && unzip master && rm master
mv dotfiles-master .dotfiles && cd .dotfiles
./pu.sh

Arguments to pu.sh:

  • -f : Delete all files WITHOUT ASKING YOU before symlinking in the new ones.
  • -r : Apply root@host rules. Don't do this on shared systems unless you can beat up everyone else in finger

About

my dotfiles for working on osx and linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 54.8%
  • JavaScript 20.8%
  • Ruby 18.7%
  • Shell 4.1%
  • CSS 1.2%
  • Perl 0.3%
  • Other 0.1%