Skip to content

Fabbbou/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is my dotfile repo, everything starts from here.

Requirements

You need just to have:

  • git

Installing

You want to use bash as you main shell

  1. Make sure you added you SSH key to your github account
  1. Clone the repo: git clone [email protected]:Fabbbou/dotfiles.git && cd dotfiles
  2. 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

Custom shell

  • 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)

Update (when a new commit is up here)

godot
g pull

Uninstall

  • 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

About

All my dotfiles to help switching between PC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages