From e06c198fa6488b933f52418548ffd7ec4abf5677 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 28 Mar 2018 15:24:01 -0400 Subject: [PATCH] Included Stow --- README.md | 2 ++ deps.zsh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d57df3..dc23003 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Dotfile Repo This repo contains all of my personal settings for command line linux programs. +They are conveniently stored in categorized folders, and automatically symlinked to the correct location in the home folder via a clever use of GNU Stow. Including but not limited to: * zsh * tmux * vim * emacs + Also included are any custom shell scripts I might find useful to carry around with me. # vim diff --git a/deps.zsh b/deps.zsh index cf4c517..f916f4d 100755 --- a/deps.zsh +++ b/deps.zsh @@ -3,6 +3,7 @@ echo "installing base dependencies" sudo apt-get -m install openssh-server \ + stow \ tmux \ zsh \ vim \ @@ -11,7 +12,7 @@ sudo apt-get -m install openssh-server \ mc \ curl \ byobu \ - emacs + #emacs need to find a way to select cmd only or with GUI echo "enabling byobu" byobu-enable