My personal config files for various tools and apps I use.
My nvim configuration can be found at ugly-custard/nvim and my wallpapers at ugly-custard/walls
- nvim, fastfetch, cava
- th-ch/youtube-music with custom midnight-theme
- vesktop with midnight theme
- nvim with some buffers open
- lf file manager with image and pdf preview
- nvim with vimtex and zathura for preview
- barebones custom firefox startpage (forever work in progress)
The dotfiles are tracked using the git bare repo method following this tutorial on atlassian.
## I have not yet tested copying my dotfiles from one system to another
## gotta test these in a VM before using on a new machine
git clone --bare https://github.com/ugly-custard/dots.git $HOME/.dots
function dots {
git --git-dir=$HOME/.dots/ --work-tree=$HOME $@
}
mkdir -p .dots-backup
dots checkout
if [ $? = 0 ]; then
echo "Checked out dots.";
else
echo "Backing up pre-existing dot files.";
dots checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .dots-backup/{}
fi;
dots checkout
dots config status.showUntrackedFiles no
The teto.png speaks to my soul, please have a look and enjoy. Thank you.