Included Stow

This commit is contained in:
Stefen Auris 2018-03-28 15:24:01 -04:00
parent f97727b762
commit e06c198fa6
2 changed files with 4 additions and 1 deletions

View file

@ -1,10 +1,12 @@
# Dotfile Repo # Dotfile Repo
This repo contains all of my personal settings for command line linux programs. 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: Including but not limited to:
* zsh * zsh
* tmux * tmux
* vim * vim
* emacs * emacs
Also included are any custom shell scripts I might find useful to carry around with me. Also included are any custom shell scripts I might find useful to carry around with me.
# vim # vim

View file

@ -3,6 +3,7 @@
echo "installing base dependencies" echo "installing base dependencies"
sudo apt-get -m install openssh-server \ sudo apt-get -m install openssh-server \
stow \
tmux \ tmux \
zsh \ zsh \
vim \ vim \
@ -11,7 +12,7 @@ sudo apt-get -m install openssh-server \
mc \ mc \
curl \ curl \
byobu \ byobu \
emacs #emacs need to find a way to select cmd only or with GUI
echo "enabling byobu" echo "enabling byobu"
byobu-enable byobu-enable