Skip to content

rsanchezPP/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bits and pieces taken from all over GitHub. Kevin Altman, Zach Holman, Stefan Penner

Setup

Run this:

git clone https://github.com/brousalis/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/install

or more conveniently:

git clone https://github.com/brousalis/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && script/install

Install

script/install

This will install:

If the installer finds an existing file when symlinking, it will skip it.

Uninstall

script/uninstall

This will remove all of the symlinks, except .gitconfig (just to be safe), and remove the vim plugins.

Brew

script/brew

script/install will check for Mac OS X and install brew if it doesn't exist. If it does, it update all brew kegs then install the following:

coreutils 
moreutils 
findutils
git
bash 
bash-completion
vim --override-system-vi
ack
node
imagemagick --with-webp
pngcheck
rename
tree
tmux
openssl
readline
reattach-to-user-namespace

You can run this functionality separately as script/brew.

OSX Settings

I have modified https://github.com/mathiasbynens/dotfiles/blob/master/.osx slightly and included it in the script folder. It is well documented, I recommend going through it. Run script/osx after running install.

About

My dev setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.0%
  • Vim Script 33.0%