Skip to content

gaetan-puleo/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Dotfiles

sudo apt install git
sudo apt install git kitty tmux
echo 'alias dot="/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"' >> $HOME/.bashrc
source ~/.bashrc
echo ".dotfiles.git" >> .gitignore
git clone --bare https://www.github.com/gaetan-puleo/home.git $HOME/.dotfiles.git
dot checkout
dot config --local status.showUntrackedFiles no

Warning : You might need to Backup current files or remove them to checkout the repo

** Tested on Ubuntu 22.04 LTS only **

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published