1
0
Fork 0

Add a README

This commit is contained in:
Nexus 2024-03-05 14:39:55 +00:00
parent 00e0ce45e6
commit 9fc877afb9
Signed by: nex
GPG key ID: 0FA334385D0B689F

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# (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
```