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:
12
install.sh
12
install.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user