1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2026-03-27 00:30:36 +01:00

Automatic weechat configuration.

This commit is contained in:
Bert Peters
2016-11-07 21:49:17 +01:00
parent 3639a51172
commit df10919f42
2 changed files with 27 additions and 3 deletions

View File

@@ -37,6 +37,11 @@ git submodule update --init &> /dev/null \
echo "done."
if commandAvailable vim; then
echo "Creating vim directories"
mkdir -p $HOME/.cache/vim/{backup,swap,undo}
fi
installIfAvailable vim
installIfAvailable zsh
installIfAvailable sqlite3 sqlite
@@ -45,9 +50,10 @@ installIfAvailable systemctl systemd
installIfAvailable pacman
installIfAvailable git
if commandAvailable vim; then
echo "Creating vim directories"
mkdir -p $HOME/.cache/vim/{backup,swap,undo}
if commandAvailable weechat; then
echo "Setting up weechat settings…"
./weechat.sh
fi
if commandAvailable gsettings; then