Skip to content

hooray, here you'll find my dotfiles. they're cool I know

Notifications You must be signed in to change notification settings

Stefan-Radu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

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.

Setup as git --bare repo instructions

This is inspired from this guide. I like to user the .dotfiles directory with the dot command.

Setup as an alias for the git command

echo "alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Clone and get your files

git clone --bare https://github.com/Stefan-Radu/dotfiles $HOME/.dotfiles
git checkout

An override warning might appear, but it's easily solved.

Symbolic links

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.

Notes

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.