summaryrefslogtreecommitdiffstats
path: root/readme.md
blob: 85a47b20ebf898ba62ac7aa2372ebab59a83cca9 (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
34
# 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: `yay`
- Chat client: `profanity`
- Colour Scheme: [default @ terminal.sexy](http://terminal.sexy/)
- Document viewer: `zathura`
- Emulation: `retroarch`
- File manager: `lf`
- Image viewer: `imv`
- Mail reader: `aerc`
- Password manager: `rbw`
- RSS reader: `newsboat`
- Shell: `fish`
- Terminal emulator: `alacritty`
- Text editor: `neovim`
- Torrent client: `transmission`
- Video player: `mpv`
- Wallet: `atto`
- Wallpaper: `#5e686d`
- Web browser: `firefox`
- Window manager: `sway`

## Deploying

```
git clone https://github.com/breadcat/dotfiles.git && cd dotfiles
shopt -s dotglob && for i in *; do rsync -a "$i" "$HOME" --remove-source-files; done && rm -r .
```