summaryrefslogtreecommitdiffstats
path: root/readme.md
blob: 93e8165277830d5ee113b6fabfb64e1e62a426d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 .
```