Merge branch 'master' of github.com:cyteen/automate
Sync after update from another box.
This commit is contained in:
commit
1d8beccd98
|
|
@ -1,4 +1,5 @@
|
||||||
# avoid duplicates
|
# avoid duplicates
|
||||||
|
set -x
|
||||||
rm /etc/apt/sources.list
|
rm /etc/apt/sources.list
|
||||||
rm /etc/apt/sources.list.d/devuan.list
|
rm /etc/apt/sources.list.d/devuan.list
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
# apt-get install udev libudev1=232-25+deb9u1
|
# 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
|
ln -s /etc/apt/sources.list-available/devuan_experimental.list /etc/apt/sources.list.d/devuan_experimental.list
|
||||||
apt-get update
|
apt-get update
|
||||||
|
apt-get policy eudev
|
||||||
apt-get -t experimental install eudev
|
apt-get -t experimental install eudev
|
||||||
|
|
||||||
rm /etc/apt/sources.list.d/devuan_experimental.list
|
rm /etc/apt/sources.list.d/devuan_experimental.list
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ set -g pane-active-border-fg colour069 # 24 blue
|
||||||
# set -g pane-active-border-bg black
|
# set -g pane-active-border-bg black
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir -p ~/.zshrc.d/``
|
mkdir -p ~/.zshrc.d/
|
||||||
echo "source /usr/share/zsh/vendor_completions/_tmuxinator" > ~/.zshrc.d/006_tmuxinator.zsh
|
echo "source /usr/share/zsh/vendor_completions/_tmuxinator" > ~/.zshrc.d/006_tmuxinator.zsh
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
apt-get -y install zsh nodejs-legacy
|
apt-get -y install zsh nodejs-legacy
|
||||||
|
set -x
|
||||||
# compaudit
|
# compaudit
|
||||||
# There are insecure directories: /usr/local/share/zsh/site-functions
|
# There are insecure directories: /usr/local/share/zsh/site-functions
|
||||||
# compaudit | xargs chmod g-w
|
# compaudit | xargs chmod g-w
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue