mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
update README to include info on install.sh
This commit is contained in:
parent
631bb99545
commit
32d462c43d
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ git clone https://github.com/CompeyDev/dotfiles.git
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
ln -s .bashrc ~/.bashrc
|
ln -s .bashrc ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The repository also includes a `./install.sh` convenience script which installs required dependencies and uses GNU Stow to create an automated symlink farm. Currently, this script only works
|
||||||
|
on Arch Linux based distributions (which have the pacman command).
|
||||||
|
|
Loading…
Reference in a new issue