1
0
Fork 0
.dotfiles/README.md

19 lines
437 B
Markdown
Raw Permalink Normal View History

2024-03-05 14:39:55 +00:00
# (dot)Dotfiles
## Installing
Install stow first, via the package manager (`apt/dnf install`, `yay/pacman -S stow`, `apk add stow`, so on)
```bash
# 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
```