Skip to content

tddgit/dotfiles-1

 
 

Repository files navigation

dotfiles

My personal configuration files that I use on Linux and Max OS X. If you want to use the vim configuration with powerline/tmux, you'll need to install the powerline fonts.

Installation

$ git clone https://github.com/boogy/dotfiles.git
$ cd dotfiles
$ ./install.sh

Or directly with:

ATTENTION:

If parameter yes is supplied the script will delete existing files and directorys in your home directory that are also present in the dotfile configuration. They are declared in the MANAGED_FILES array. So if you don't want to delete them specify no parameter to the script.

$ wget -qO - https://raw.githubusercontent.com/boogy/dotfiles/master/install.sh | bash -s no

Usage

Add .bash_aliases for linux in general:

echo "source ~/.bash_aliases" >> .bashrc

Or for Mac OS X

echo "source ~/.bash_aliases" >> .profile
#OR
echo "source ~/.bash_aliases" >> .bash_profile

To bootstrap a new Mac OS X box just run the deploy osx:

bash ~/dotfiles/deploy/osx

And for linux also:

bash ~/dotfiles/deploy/linux

About

My daily dotfiles and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 37.5%
  • Python 31.8%
  • Vim Script 23.3%
  • Haskell 3.4%
  • CSS 2.2%
  • Vim Snippet 1.4%
  • Other 0.4%