Skip to content

Personal dotfiles repository, managed via bare git repo

Notifications You must be signed in to change notification settings

breadcat/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Repository

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

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 .