1
0
Fork 0
.dotfiles/README.md
2024-03-05 14:39:55 +00:00

437 B

(dot)Dotfiles

Installing

Install stow first, via the package manager (apt/dnf install, yay/pacman -S stow, apk add stow, so on)

# Clone the repository
git clone --recursive git@git.i-am.nexus:nex/.dotfiles $HOME/.dotfiles

# Install main dotfiles
cd $HOME/.dotfiles/
stow .

# Optionally, install additional system-wide configuration things, such as NetworkManager settings.
$HOME/.dotfiles/.install-extras.sh