Set i3 and i3status
This commit is contained in:
parent
8c0b4faa98
commit
dc0d1292ec
2 changed files with 13 additions and 5 deletions
|
@ -13,11 +13,9 @@ echo "Adding .vimrc..."
|
|||
if [ ! -L ~/.vimrc ]; then
|
||||
if [ "$OVERWRITE" = 'true' ]; then
|
||||
rm ~/.vimrc 2> /dev/null
|
||||
ln -rs "$BASE_DIR"/dotfiles/vim/vimrc ~/.vimrc
|
||||
fi
|
||||
if ln -rs "$BASE_DIR"/dotfiles/vim/vimrc ~/.vimrc 2> /dev/null; then
|
||||
echo "${ORANGE}.vimrc symlink created.${NC}"
|
||||
else
|
||||
echo "No .vimrc symlink found but the overwrite option was not set."
|
||||
echo "Nothing changed."
|
||||
fi
|
||||
else
|
||||
echo "${GREEN}.vimrc was already a symlink."
|
||||
|
|
|
@ -108,7 +108,7 @@ separator
|
|||
|
||||
# Update vim configuration {{{
|
||||
|
||||
echo "Setting up configuration for Vim"
|
||||
echo "Setting up configuration for Vim..."
|
||||
|
||||
/bin/bash "$BASE_DIR"/installation_scripts/vim_update.sh
|
||||
|
||||
|
@ -116,6 +116,16 @@ separator
|
|||
|
||||
# }}}
|
||||
|
||||
# Update i3 configuration {{{
|
||||
|
||||
echo "Setting up i3..."
|
||||
|
||||
/bin/bash "$BASE_DIR"/installation_scripts/i3_update.sh
|
||||
|
||||
separator
|
||||
|
||||
# }}}
|
||||
|
||||
# Configure ProtonVPN {{{
|
||||
|
||||
echo "Configuring ProtonVPN..."
|
||||
|
|
Loading…
Add table
Reference in a new issue