Robert 3 months ago
parent ebe04bfa79
commit 58e686a3e5
  1. 13
      README.md

@ -1,8 +1,17 @@
# my dotfiles # my dotfiles
## stow ## Installing stow:
# On Debian/Ubuntu
sudo apt install stow
# On Fedora/RHEL/CentOS
sudo dnf install stow
# On Arch Linux
sudo pacman -S stow
# Setup symlinks to home folder
``` ```
$ sudo apt install stow
$ cd ~/dotfiles $ cd ~/dotfiles
$ stow . $ stow .
``` ```

Loading…
Cancel
Save