Hello kind stranger. This is a collection of config files (.dotfiles) for software I use very often on my main computer. I hope you find something useful here.
This is inspired from this guide.
I like to user the .dotfiles
directory with the dot
command.
echo "alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare https://github.com/Stefan-Radu/dotfiles $HOME/.dotfiles
git checkout
An override warning might appear, but it's easily solved.
ln -s ~/.config/taskwarrior/taskrc ~/.taskrc
ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf
ln -s ~/.config/zsh/zshrc .zshrc
I keep most of my config files in the .config
folder, but like to keep symbolic links to them in the home folder.
I also save my .gitconfig
file, so I don't have to do any additional git settings, such as: custom log, templates, username, now showing untracked files, etc.