Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 750 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 750 Bytes

.dotfiles

README:


Manage dotfiles using stow

https://toabr.de/node/169

sudo apt install stow

Clone the .dotfiles repo

cd ~ && git clone https://github.com/toabr/.dotfiles.git

Stow configs

cd ~/.dotfiles

# pay attention to your folder structure
mkdir ~/.config/nvim

stow -Svt ~ nvim

Using nix

Requirements: git, curl, xz-utils, sudo

curl -L https://nixos.org/nix/install | sh -s -- --daemon

Run the install script

~/.dotfiles/install.sh