Pular para o conteúdo
← Voltar para projetos

Dotfiles

My personal dotfiles

#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 .

Nova versão disponível.