@@ 10,28 10,28 @@ for the install to finish (depending on your internet speed, max 30 seconds for
all the plugins to be downloaded).
* To install everything (vim, bash, zsh)
````
-make
+$ make
````
---
* To just install vim configs,
````
-make vim
+$ make vim
````
---
* To just install bash configs,
````
-make bash
+$ make bash
````
---
* To just install zsh configs,
````
-make zsh
+$ make zsh
````
### Installing Custom
@@ 41,12 41,12 @@ examples are show below,
* install everything + a custom bash config,
````
-make all cbash
+$ make all cbash
````
* just install bash configs, and customize it,
````
-make bash cbash
+$ make bash cbash
````
---
@@ 98,7 98,7 @@ $ bash <(curl -s https://skiqqy.xyz/install.sh)
The recommended method of updating the dotfiles is to run,
````
-make update
+$ make update
````
as this will ensure nothing will break, if you simply run `git pull`, you can
break the dotfiles (e.g paths could have changed).
@@ 107,7 107,7 @@ break the dotfiles (e.g paths could have changed).
To uninstall, simply type
````
-make uninstall
+$ make uninstall
````
This reset's all your configs to the way they where before you installed, this
is achieved through the ~/.backup and ~/.backup/.df\* files. Note,