c748863d3049de10c2640ecf433c275362a3d9c6
Axenov dotfiles
# install stow
sudo apt install -y stow
# clone dotfiles
git clone https://git.axenov.dev/anthony/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# install git dotfiles (or any other ones) in $HOME
stow -v git
# remove them from $HOME
stow -v git -D
Target (-t) defaults to the parent of pwd, so if you clone this repo not in $HOME then you MUST explicitly provide -t ~ or -t $HOME every time.
Documentation and sources
Description
Languages
Shell
96.9%
Python
1.9%
PHP
0.5%
Dockerfile
0.5%
Go
0.2%