Included Stow
This commit is contained in:
parent
f97727b762
commit
e06c198fa6
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
3
deps.zsh
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue