mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: updates
This commit is contained in:
3
.config/nvim/lua/custom/plugins/pqf.lua
Normal file
3
.config/nvim/lua/custom/plugins/pqf.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
'yorickpeterse/nvim-pqf',
|
||||
}
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user