Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal dotfiles

USAGE

cd ~
git clone git@github.com:icarojobs/dotfiles.git .dotfiles
cd .dotfiles
stow .

INSTALLING GNU STOW AND TREE

sudo apt update
sudo apt install tree stow -y

SOME COMMANDS TO HELP

# show the current directory tree
tree

USAGE

In this example, I will show how to link ~/.zshrc file to stow (keep the relative path structure):

cd ~/.dotfiles
cp ~/.zshrc .

# backup old file
mv ~/.zshrc ~/.zshrc.bak

# applying stow symlinks
stow .

About

My personal dotfiles

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages