2016-10-21 03:05:56 +00:00
|
|
|
# dotfiles & system setup
|
2016-01-23 00:58:21 +00:00
|
|
|
|
2016-10-23 07:09:43 +00:00
|
|
|
```
|
2016-10-23 05:00:18 +00:00
|
|
|
git > global git config & aliases
|
|
|
|
lftp > sftp management
|
2016-10-31 21:51:04 +00:00
|
|
|
mpd > music player daemon config
|
|
|
|
ncmpcpp > ncurses mpc++ ui/colour settings & playlists
|
2016-10-23 05:00:18 +00:00
|
|
|
npm > npm configuration (ha ha)
|
|
|
|
nvim > neovim config & plugins
|
|
|
|
ssh > safe-ish ssh config
|
|
|
|
sway > minimal tiling wm for naughty computers
|
2016-10-29 05:11:50 +00:00
|
|
|
tmux > tmux config
|
2016-10-23 05:00:18 +00:00
|
|
|
urxvt > terminal colours & keyboard settings
|
|
|
|
wallpapers > system wallpapers
|
|
|
|
zsh > shell, aliases and cool stuff
|
|
|
|
```
|
|
|
|
|
2016-10-21 03:05:56 +00:00
|
|
|
`git clone git@github.com:grawlinson/dotfiles.git ~/.dotfiles`
|
2016-01-23 00:58:21 +00:00
|
|
|
|
2016-10-21 03:05:56 +00:00
|
|
|
Clone repository, then setup as desired.
|
2016-01-23 00:58:21 +00:00
|
|
|
|
2016-10-23 07:09:43 +00:00
|
|
|
Look at [Makefile](Makefile), or use [GNU Stow][url-gnu-stow] directly.
|
|
|
|
|
|
|
|
## Further Reading
|
|
|
|
|
|
|
|
* [Mozilla OpenSSH security guidelines][url-mozilla-ssh]
|
|
|
|
* [Good read on securing OpenSSH][url-secure-shell]
|
|
|
|
|
2016-10-23 05:00:18 +00:00
|
|
|
|
2016-10-21 03:05:56 +00:00
|
|
|
## LICENSE
|
2016-01-23 00:58:21 +00:00
|
|
|
|
2016-10-21 03:05:56 +00:00
|
|
|
The MIT License ([MIT](LICENSE.md))
|
2016-10-23 07:09:43 +00:00
|
|
|
|
|
|
|
[url-gnu-stow]:https://www.gnu.org/software/stow/
|
|
|
|
[url-mozilla-ssh]:https://wiki.mozilla.org/Security/Guidelines/OpenSSH
|
|
|
|
[url-secure-shell]:https://stribika.github.io/2015/01/04/secure-secure-shell.html
|