This is my dotfile repo, everything starts from here.
You need just to have:
- git
- Make sure you added you SSH key to your github account
- check if you have an ssh key
cat ~/.ssh/id_ed25519.pub
- [if not]:
ssh-keygen -t ed25519 -C "[email protected]"
- I already put the correct mail for you ;)
- [if not]:
- just copy it and add it to the Authenticate Keys on your account
- Clone the repo:
git clone [email protected]:Fabbbou/dotfiles.git && cd dotfiles
- Execute the install script:
sudo chmod +x .install.sh && ./.install.sh
- [if not using bash] You may change the
RC_PATH
var in the script
- Simply use the copy-paste/download the install.sh file
- Change the
RC_PATH
at the beginning of the install.sh to your own terminal rc path - Run it (might need sudo / chmod +x this as well maybe)
godot
g pull
- Remove the folder:
rm -rf ~/.dotfiles
- Remove the line
source ~/.dotfiles/config/main.sh
from your~/.<shell>rc
file - Remove the git config :
git config --global --unset include.path
Next steps:
- Script: compare current repo version and remote version to trigger a pull on startup