Skip to content

x86dev/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Yum yum, dotfiles! For *NIX-OSes only.

Important: Make sure to check the source files instead of blindly using this repository!

Git-free install

To install these dotfiles without Git:

bash -c "$(curl -fsSL https://raw.github.com/x86dev/dotfiles/master/bin/dotfiles)" && source ~/.bashrc

Install using Git

cd; git clone --recursive https://github.com/x86dev/dotfiles.git .dotfiles && source ~/.dotfiles/bin/dotfiles

Using a (global) proxy with git:

git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port

Update

To update, just do:

dotfiles

Credits

This is a customized fork of Ben Alman's excellent dotfiles. Take a look at Ben's README.md -- there you also will find an extensive user guide about how all this stuff works.

About

Yum yum, dotfiles! For *NIX-OSes only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.6%
  • Vim Script 39.1%
  • Python 10.1%
  • GDB 0.2%