Skip to content

clobrano/dot

Repository files navigation

dot

This is my dotfiles repository.

Installation

dependencies

dnf install git stow [gh]

Clone the repo

git clone https://github.com/clobrano/dot .dot
or
gh repo clone clobrano/dot .dot

Linking

cd ~/.dot
stow .
# do not override bashrc, just source my customization
echo "source ~/.dot/mybashrc >> ~/.bashr"

(Thanks to https://www.youtube.com/watch?v=y6XCebnB9gs for the introduction to Stow)