2025-11-12 19:03:13 +08:00
2025-11-12 17:12:22 +08:00
kde
2025-11-12 18:18:12 +08:00
obs
2025-11-12 18:47:25 +08:00
2025-11-12 17:13:05 +08:00
2025-11-12 18:17:47 +08:00
2025-11-12 19:03:13 +08:00
2025-11-12 19:03:13 +08:00
2025-11-12 18:17:47 +08:00

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
No description provided
Readme 173 KiB
Languages
Shell 95.7%
PHP 1.8%
Dockerfile 1.6%
Go 0.9%