dotfiles
|
|
||
|---|---|---|
| alacritty/.config/alacritty | ||
| archlinux | ||
| bin/bin | ||
| darktable/.config/darktable/styles | ||
| git/.config/git | ||
| gnupg/.gnupg | ||
| lftp | ||
| mpv/.config/mpv | ||
| music/.config | ||
| npm/.config/npm | ||
| nvim/.config/nvim | ||
| ssh/.ssh | ||
| sway/.config | ||
| termite/.config/termite | ||
| tmux/.config/tmux | ||
| weechat/.config/weechat | ||
| zsh/.config/zsh | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
dotfiles
alacritty > yet another terminal emulator
archlinux > just makepkg.conf for now
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.
Further Reading
- Using GNU Stow to manage your dotfiles
- Mozilla OpenSSH security guidelines
- Good read on securing OpenSSH
LICENSE
The MIT License (MIT)