Some home directory dot files to be installed into a new user home directory.
.ssh | Add workaround for OpenSSH CVE-2016-0777 | 2016-01-19 13:32:15 |
---|---|---|
.vim | Add BrightScript syntax, and add code to restore other proprietary syntaxes that may have been in place. | 2016-01-28 14:24:44 |
.bash_profile | Fixed when /etc bashrc gets sourced. .bash_profile always has to source the user's .bashrc. On Fedora (or Red Hat), the user's .bashrc has to source the one in /etc. | 2016-02-29 17:08:18 |
.bashrc | Set vim as editor for cscope | 2017-12-22 08:51:07 |
.gitconfig | Add pretty "git log --graph" aliases | 2017-04-21 00:25:04 |
.gitignore | Added PyCharm user specific exclusions to .gitignore | 2016-08-14 12:20:17 |
.inputrc | Add .inputrc for matched-history up-arrow | 2016-01-05 21:39:21 |
.vimrc | Have NERDTree start in current file's directory | 2017-04-27 16:10:12 |
LICENSE.txt | Using the MIT license. | 2016-02-22 01:32:09 |
README.md | Using the MIT license. | 2016-02-22 01:32:09 |
setup.sh | Minor tweaks to config files, and bugfix for cp files in subdirectories in setup.sh | 2016-02-29 11:31:33 |
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 changed files to backup_of_dotfiles_<date>
and replace them with the ones here. You can perform a dry run to see which files will
be changed by passing the "-n" parameter.
dotfiles$ ./setup.sh -n
If you approve of the changes, then just run setup.sh
dotfiles$ ./setup.sh
See config.dlma.com for more.
Yes.
This software uses the MIT license.