From 9d4b3fa3a6074c0ba1cfdda0b8a5e8e81164f65f Mon Sep 17 00:00:00 2001 From: Niforru <140294086+niforru@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:00:50 +0000 Subject: [PATCH 1/2] Add a makefile --- Makefile | 9 +++++++++ README.md | 21 ++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..550cabe --- /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 \ No newline at end of file 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 +