From dafdec026bf9028a804b5546569265aa3d8d3319 Mon Sep 17 00:00:00 2001 From: AngeD Date: Fri, 10 Nov 2023 16:37:11 +0100 Subject: [PATCH] feat: remove unused files --- .config/nvim/lua/pack-treesitter.lua | 1 + .config/nvim/pack/plugins/opt/treesitter | 1 + .config/suckless/dwm-6.4/config.h | 4 ++-- .config/zsh/.zshrc | 2 ++ .gitmodules | 3 +++ {.config/autorandr/postswitch.d => bin}/wallpaper | 0 6 files changed, 9 insertions(+), 2 deletions(-) create mode 160000 .config/nvim/pack/plugins/opt/treesitter rename {.config/autorandr/postswitch.d => bin}/wallpaper (100%) diff --git a/.config/nvim/lua/pack-treesitter.lua b/.config/nvim/lua/pack-treesitter.lua index 3dd94fb..b2505a4 100644 --- a/.config/nvim/lua/pack-treesitter.lua +++ b/.config/nvim/lua/pack-treesitter.lua @@ -1,3 +1,4 @@ +vim.cmd("packadd treesitter") require"nvim-treesitter.configs".setup { auto_install = true, highlight = {enable = true}, diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter new file mode 160000 index 0000000..04a9a90 --- /dev/null +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -0,0 +1 @@ +Subproject commit 04a9a90c2a60c86aa9451c539586326b337b03e5 diff --git a/.config/suckless/dwm-6.4/config.h b/.config/suckless/dwm-6.4/config.h index 6243bc3..a3a3c0b 100644 --- a/.config/suckless/dwm-6.4/config.h +++ b/.config/suckless/dwm-6.4/config.h @@ -52,8 +52,8 @@ static const Layout layouts[] = { static const char *dmenucmd[] = { "dmenu_run", "-i", "-fn", dmenufont, NULL }; static const char *termcmd[] = { "alacritty", NULL }; static const char *calccmd[] = { "alacritty", "-epython", NULL }; -static const char *wwwcmd[] = { "firefox", NULL }; -static const char *pwwwcmd[] = { "firefox", "--private-window", NULL }; +static const char *wwwcmd[] = { "org.mozilla.firefox", NULL }; +static const char *pwwwcmd[] = { "org.mozilla.firefox", "--private-window", NULL }; static const char *fmcmd[] = { "pcmanfm", NULL }; static const char *lockcmd[] = { "lock", NULL }; static const char *prtsccmd[] = { "flameshot", "full", "-c", NULL }; diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index ff94c48..76603b8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -41,6 +41,8 @@ export LESS_TERMCAP_ue="${reset_color}" . <(dircolors) zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" +WORDCHARS='' + zstyle ':completion:*:*:*:*:*' menu select zstyle ':completion:*' matcher-list 'r:|=*' 'l:|=* r:|=*' zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01' diff --git a/.gitmodules b/.gitmodules index d7f2fd1..ba5f76d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,9 @@ [submodule ".config/nvim/pack/plugins/opt/telescope"] path = .config/nvim/pack/plugins/opt/telescope url = https://github.com/nvim-telescope/telescope.nvim.git +[submodule ".config/nvim/pack/plugins/opt/treesitter"] + path = .config/nvim/pack/plugins/opt/treesitter + url = https://github.com/nvim-treesitter/nvim-treesitter.git [submodule ".config/zsh/powerlevel10k"] path = .config/zsh/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git diff --git a/.config/autorandr/postswitch.d/wallpaper b/bin/wallpaper similarity index 100% rename from .config/autorandr/postswitch.d/wallpaper rename to bin/wallpaper