Some home directory dot files to be installed into a new user home directory.
| .vim | first commit | 2015-11-27 14:48:06 |
|---|---|---|
| .bash_profile | first commit | 2015-11-27 14:48:06 |
| .bashrc | Use spaces instead of tabs. | 2015-11-27 19:01:59 |
| .gitconfig | first commit | 2015-11-27 14:48:06 |
| .vimrc | first commit | 2015-11-27 14:48:06 |
| LICENSE.txt | first commit | 2015-11-27 14:48:06 |
| README.md | Restore link to markdown source. Use common date command across platforms. | 2015-11-27 17:56:07 |
| setup.sh | Restore link to markdown source. Use common date command across platforms. | 2015-11-27 17:56:07 |
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.
You can clone from the origin with:
git clone ssh://USERNAME@dlma.com/~/git/dotfiles.git
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, then you run setup.sh, it'll backup your old files to backup_of_orig_dotfiles_<date>
and replace them with the ones here.
dotfiles$ ./setup.sh
See config.dlma.com for more.
Yes.
This software uses the WTFPL.