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
|
# 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
|
||||||
|
|
3
deps.zsh
3
deps.zsh
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue