8000 GitHub - ajh/dotfiles: dotfiles (vim, bash, etc)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajh/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The directory 'configs' contains my dotfiles and configs for a linux environment.

They can be installed by the following rake commands:

rake -T # to see tasks
rake install # to install configs

The submodules can be updated by running these commands, then committing the changes:

git submodule foreach git checkout master
git submodule foreach git pull

Configs can be removed by a command similar to:

find /home/vagrant/ -lname '*.dotfiles*' -print0 | xargs -0 rm

Just replace the -lname search which the dotfiles cloned directory

About

dotfiles (vim, bash, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0