These configuration files are all managed using a bare git repository, as outlined here.
-
Hardware:
thinkpad x230t
-
Distro:
archlinux
-
Audio player:
cmus
-
AUR helper:
yay
-
Chat client:
profanity
-
Colour Scheme: default @ 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
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 .