Merge branch 'master' of github.com:cyteen/automate

Sync after update from another box.
This commit is contained in:
Cyteen 2017-11-25 17:03:01 +00:00
commit 1d8beccd98
4 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# avoid duplicates
set -x
rm /etc/apt/sources.list
rm /etc/apt/sources.list.d/devuan.list

View File

@ -3,6 +3,7 @@
# apt-get install udev libudev1=232-25+deb9u1
ln -s /etc/apt/sources.list-available/devuan_experimental.list /etc/apt/sources.list.d/devuan_experimental.list
apt-get update
apt-get policy eudev
apt-get -t experimental install eudev
rm /etc/apt/sources.list.d/devuan_experimental.list

View File

@ -169,7 +169,7 @@ set -g pane-active-border-fg colour069 # 24 blue
# set -g pane-active-border-bg black
EOF
mkdir -p ~/.zshrc.d/``
mkdir -p ~/.zshrc.d/
echo "source /usr/share/zsh/vendor_completions/_tmuxinator" > ~/.zshrc.d/006_tmuxinator.zsh

View File

@ -1,5 +1,5 @@
apt-get -y install zsh nodejs-legacy
set -x
# compaudit
# There are insecure directories: /usr/local/share/zsh/site-functions
# compaudit | xargs chmod g-w