dotfiles
 
 
 
Go to file
George Rawlinson 51929f0225
docs(license): update year range
2020-01-29 21:41:28 +13:00
bin/bin Add photo scripts 2016-11-15 13:03:48 +13:00
darktable/.config/darktable/styles refactor(darktable): update t3mujinpack to reflect upstream changes 2017-05-16 07:28:09 +12:00
git/.config/git refactor(git): move commonly ignored files to global ignore 2020-01-29 18:51:24 +13:00
gnupg/.gnupg refactor(gnupg): clean up dirmngr.conf 2019-04-27 13:53:22 +12:00
lftp Update lftp config to reflect v4.7.6 changes 2017-02-20 13:15:36 +13:00
mail fix(neomutt): update config directories 2019-11-12 17:08:43 +13:00
mpv/.config/mpv fix(mpv): update OSC configuration 2018-07-23 17:51:24 +12:00
music/.config feat(beets): add duplicates plugin 2018-10-09 14:34:13 +13:00
npm/.config/npm docs(npm): add default init parameters 2017-05-14 17:58:27 +12:00
nvim/.config/nvim feat(nvim): add filetype yaml 2019-10-02 10:24:13 +13:00
ssh/.ssh fix(ssh): respect per-host configuration 2019-05-30 20:05:18 +12:00
sway/.config Use GNU Stow instead of bash scripts 2016-10-23 17:18:46 +13:00
termite/.config/termite style(colours): switch to solarized 2017-08-12 16:34:06 +12:00
tmux/.config/tmux fix(tmux): update deprecated config for tmux 2.9+ 2019-05-03 13:41:49 +12:00
weechat/.config/weechat refactor(weechat): update spell config to reflect changes in 2.5 2019-09-10 13:12:41 +12:00
zsh/.config/zsh refactor(zsh): deprecate usage of oh-my-zsh 2019-11-12 17:38:59 +13:00
.gitignore refactor(ssh): remove specific ssh information 2018-07-26 19:40:50 +12:00
LICENSE docs(license): update year range 2020-01-29 21:41:28 +13:00
README.md refactor(music): add ncmpcpp, beets & mpd configuration 2018-08-08 20:53:58 +12:00

README.md

dotfiles

bin            > helpful shell scripts
darktable      > mostly just filters
git            > global git config & aliases
gnupg          > utilise gpg-agent for pgp crypto
lftp           > sftp management
mail           > mail config - mutt/mbsync/notmuch
mpv            > who needs vlc? minimal video player
music          > music config - mpd, ncmpcpp, beets
npm            > npm configuration (ha ha)
nvim           > neovim config & plugins
ssh            > safe-ish ssh config
sway           > minimal tiling wm for naughty computers
termite        > terminal colours & keyboard settings
tmux           > tmux config
weechat        > irc client ui/colour configuration
zsh            > shell, aliases and cool stuff

git clone https://github.com/grawlinson/dotfiles.git ~/.dotfiles

Clone repository, then setup as desired using GNU Stow. I prefer using the --no-folding flag with stow.

Caveats

These dotfiles assume the computer is set up in a specific way. I recommend using Ansible or other tools (Chef, Puppet, etc) to automatically provision your computer the way you like it. I've started migrating things that can be automated to my ansible-archlinux repository.

Further Reading

LICENSE

The MIT License (MIT)