Home sweet home !
This repository contains my .dotfiles.
I used the nord color theme for customising every soft I could.
useradd -m myUserYou may have generated a ssh key before this step.
ssh-keygen -t rsa -b 4096 -C "this.is.an@example.com"
eval $(ssh-agent -s)
ssh-add $HOME/.ssh/id_rsaAnd after you can run:conf
git clone --bare git@github.com:Couapy/.dotfiles.git ~/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkoutYou will need to install the AUR helper yay first.
Then just run the script like this:
sh ~/.install/install.sh



