From ee5e771d8f7ab42901c402cf5d2e55bfdbeb8f7e Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 17 May 2021 23:55:55 +0100 Subject: Initial readme commit --- readme.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..93e8165 --- /dev/null +++ b/readme.md @@ -0,0 +1,33 @@ +# Dotfiles Repository + +These configuration files are all managed using a bare git repository, [as outlined here](https://www.atlassian.com/git/tutorials/dotfiles). + +- Hardware: `thinkpad x230t` +- Distro: `archlinux` + +- Audio player: `cmus` +- AUR helper: `paru` +- Chat client: `gomuks` +- Colour Scheme: [default @ terminal.sexy](http://terminal.sexy/) +- Document viewer: `mupdf` +- Emulation: `retroarch` +- File manager: `lf` +- Image viewer: `imv` +- Mail reader: `neomutt` +- Password manager: `rbw` +- RSS reader: `newsboat` +- Shell: `fish` +- Terminal emulator: `alacritty` +- Text editor: `neovim` +- Torrent client: `rtorrent` +- Video player: `mpv` +- Wallpaper: `#5e686d` +- Web browser: `qutebrowser` +- Window manager: `sway` + +## Deploying + +``` +git clone https://git.minskio.co.uk/cgit.cgi/dotfiles/ && cd dotfiles +shopt -s dotglob && for i in *; do rsync -a "$i" "$HOME" --remove-source-files; done && rm -r . +``` \ No newline at end of file -- cgit v1.2.3