diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8857d21 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +# Update will only update the directory the repo is in +# unless you add the install option too + +update: + @git pull origin + +install: + @cp .spacemacs .xbindkeysrc .xinitrc .zprofile .zshenv .zshrc ~/ + @cp -a -r .config/. ~/.config diff --git a/README.md b/README.md index 9fde5a8..27ea084 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,24 @@ +# Dotfiles + +## Installation + +### Install using make + + +``` sh + $ make install +``` + +#### Update + +```sh + $ sudo make update install +``` + +## Example +
![Desktop](.images/desktop.png) -
+ \ No newline at end of file