From c9c25fce0a5e9fca226199f67fe24e02de1f7714 Mon Sep 17 00:00:00 2001 From: Binzi Date: Sun, 17 Jul 2022 14:40:45 +0000 Subject: [PATCH] feat: add Makefile --- Makefile | 28 ++++++++++++++++++++++++++++ bin/{ => bin}/update-chrome.sh | 0 bin/{ => bin}/update-vscode.sh | 0 .gitconfig => git/.gitconfig | 0 4 files changed, 28 insertions(+) create mode 100644 Makefile rename bin/{ => bin}/update-chrome.sh (100%) rename bin/{ => bin}/update-vscode.sh (100%) rename .gitconfig => git/.gitconfig (100%) diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..969ea95 --- /dev/null +++ b/Makefile @@ -0,0 +1,28 @@ +install: + # stow alacritty -t ~ + # stow autorandr -t ~ + stow bin -t ~ + # stow compton -t ~ + # stow editorconfig -t ~ + # stow fish -t ~ + # stow fontconfig -t ~ + stow git -t ~ + # stow gnupg -t ~ + # stow i3 -t ~ + # stow kitty -t ~ + # stow konsole -t ~ + # stow mbsyncd -t ~ + # stow neomutt -t ~ + # stow nixpkgs -t ~ + # stow notmuch -t ~ + # stow obs-studio -t ~ + # stow omf -t ~ + # stow plasma -t ~ + # stow polybar -t ~ + # stow ranger -t ~ + # stow ssh -t ~ + # stow termite -t ~ + # stow tmux -t ~ + # stow terminator -t ~ + # stow vim -t ~ + # stow X -t ~ diff --git a/bin/update-chrome.sh b/bin/bin/update-chrome.sh similarity index 100% rename from bin/update-chrome.sh rename to bin/bin/update-chrome.sh diff --git a/bin/update-vscode.sh b/bin/bin/update-vscode.sh similarity index 100% rename from bin/update-vscode.sh rename to bin/bin/update-vscode.sh diff --git a/.gitconfig b/git/.gitconfig similarity index 100% rename from .gitconfig rename to git/.gitconfig