These are the dotfiles referenced in the darnedest thing, and then some.
git clone https://github.com/sdothum/dotfiles.git
The root folder name within dotfiles is the application the dotfiles belong to. Below that is the actual home folder path (or subfolders) to the dotfile.
The dotfiles folder is the GNU stow root folder, typically installed in $HOME/dotfiles.
Warning: Backup your configuration files before overwriting!
Create symlinks to application dotfiles with
cd ~/dotfiles stow <application>
Many of the configuration files contain custom keybind specifications for various applications and window managers. Note that these are tailored for the Colemake Shift-DH layout -- a custom Colemak variant -- described in the reference url above and use vim mappings (customized) where possible. Redefine these keybinds as required.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This code is distributed under the terms and conditions of the MIT license.