Some home directory dot files to be installed into a new user home directory.
.vim | Added file-line and visual-star-search. How could I forget? | 2015-11-27 20:51:14 |
---|---|---|
.bash_profile | Add a .gitignore file | 2015-11-30 19:56:09 |
.bashrc | Add alias for colors in ls and gcc commands | 2016-01-10 10:58:02 |
.gitconfig | Add a .gitignore file | 2015-11-30 19:56:09 |
.gitignore | Add a .gitignore file | 2015-11-30 19:56:09 |
.inputrc | Add .inputrc for matched-history up-arrow | 2016-01-05 21:39:21 |
.vimrc | first commit | 2015-11-27 14:48:06 |
LICENSE.txt | first commit | 2015-11-27 14:48:06 |
README.md | Add alias for colors in ls and gcc commands | 2016-01-10 10:58:02 |
setup.sh | Add .inputrc for matched-history up-arrow | 2016-01-05 21:39:21 |
These are some of David Blume's dot files to be installed in new user home directories.
You can get a copy of this project by clicking on the ZIP or TAR buttons near the top right of the GitList web page.
With an account, you can clone from the origin with:
git clone ssh://USERNAME@dlma.com/~/git/dotfiles.git
If you're not cloning the repo, then run the following:
~$ mkdir dotfiles
~$ cd dotfiles
dotfiles$ curl -L http://git.dlma.com/dotfiles.git/tarball/master > dotfiles.tar
dotfiles$ tar -xvf dotfiles.tar
dotfiles$ rm dotfiles.tar
Then, when you run setup.sh
, it'll backup your old files to backup_of_dotfiles_<date>
and replace them with the ones here.
dotfiles$ ./setup.sh
See config.dlma.com for more.
Yes.
This software uses the WTFPL.