feat: updates

This commit is contained in:
2023-11-27 10:19:25 +02:00
parent 6627e4e221
commit b5350cf43f
3 changed files with 9 additions and 60 deletions

View File

@@ -0,0 +1,3 @@
return {
'yorickpeterse/nvim-pqf',
}

View File

@@ -14,5 +14,11 @@ return {
vim.cmd.colorscheme 'onedark'
-- vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
-- vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
require('onedark').setup({
transparent = true,
lualine = {
transparent = true,
},
})
end,
}

View File

@@ -83,66 +83,6 @@ home() {
;;
esac
;;
# m | mudlet)
# shift
#
# sub="$1"
#
# case $sub in
# backup | b)
# rsync -vtr --exclude ".git" --exclude "node_modules" --no-links $HOME/.config/mudlet $DOTFILES/.config/
# for file in $DOTFILES/.config/mudlet/profiles/Aardwolf/**/*.xml; do
# sed -i '' -E 's/\/Users\/([^\/]+)\//$HOME\//g' $file
# done
# echo_yellow "Preparation complete."
# git -C "$DOTFILES" add .config/mudlet
# git -C "$DOTFILES" commit -m "backup: mudlet"
# git -C "$DOTFILES" push
# echo_yellow "Backup complete."
# ;;
# restore | r)
# rsync -vtr --exclude ".git" --exclude "node_modules" --no-links $DOTFILES/.config/mudlet $HOME/.config/
# for file in $HOME/.config/mudlet/profiles/Aardwolf/**/*.xml; do
# sed -i '' -e "s/\$HOME/${HOME//\//\\/}/g" $file
# done
# echo_yellow "Restore complete."
# ;;
# *)
# echo_red "No command or invalid command supplied."
# __home_print_help 0
# return 1
# ;;
# esac
# ;;
# dropzone | dz)
# shift
# dz_lib="$HOME/Library/Application Support/Dropzone"
# dz_bak="$DOTFILES/synced/Dropzone"
# sub="$1"
#
# case $sub in
# r | restore)
# echo_cyan "Restoring Dropzone backup..."
# src="$dz_bak"
# target="$dz"
# mkdir -p $target
# rsync -tvr --exclude ".git" --exclude "node_modules" --no-links $src/* $target
# ;;
# d | dump)
# echo_cyan "Creating Dropzone backup..."
# target="$dz_bak"
# src="$dz"
# rm -rf $target
# mkdir -p $target
# rsync -tvr --exclude ".git" --exclude "node_modules" --no-links $src/* $target
# ;;
# *) # unknown option
# echo_red "No command or invalid command supplied."
# __home_print_help 0
# return 1
# ;;
# esac
# ;;
workflows | w)
shift
__home_prepare_dir