1.9 KiB
1.9 KiB
dotfiles
bin > helpful shell scripts
git > global git config & aliases
gnupg > utilise gpg-agent for pgp crypto
lftp > sftp management
mail > mail config - mutt/mbsync/notmuch
mpd > music player daemon config
mpv > who needs vlc? minimal video player
ncmpcpp > ncurses mpc++ ui/colour settings & playlists
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
- Using GNU Stow to manage your dotfiles
- Mozilla OpenSSH security guidelines
- Good read on securing OpenSSH
LICENSE
The MIT License (MIT)