2026-02-21 18:10:21 +08:00
2026-02-18 19:53:54 +08:00
kde
2025-11-12 18:18:12 +08:00
2026-02-18 19:41:41 +08:00
2026-02-17 16:17:20 +08:00
2026-02-21 18:10:21 +08:00
2026-02-18 19:44:52 +08:00
2026-02-18 19:42:58 +08:00
2025-11-12 19:03:13 +08:00
2025-11-14 18:29:06 +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 213 KiB
Languages
Shell 98.4%
PHP 0.7%
Dockerfile 0.6%
Go 0.3%