From 000339270e91b225a73e522866174b25af817cd1 Mon Sep 17 00:00:00 2001 From: William Ball Date: Mon, 12 May 2025 00:02:45 -0700 Subject: [PATCH] moving back to arch --- nvim/.config/nvim/lua/plugins/colors.lua | 41 ++++++++++++------------ scripts/.local/bin/books.sh | 4 +-- scripts/.local/bin/papers.sh | 4 +-- zsh/.config/zsh/.zshrc | 6 ++-- zsh/.zshenv | 1 - 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins/colors.lua b/nvim/.config/nvim/lua/plugins/colors.lua index f394f06..429011a 100644 --- a/nvim/.config/nvim/lua/plugins/colors.lua +++ b/nvim/.config/nvim/lua/plugins/colors.lua @@ -1,25 +1,26 @@ return { --- { --- 'catppuccin/nvim', --- name = 'catppuccin', --- priority = 1000, --- config = function() --- require('catppuccin').setup({ --- transparent_background = true, --- }) --- vim.cmd.colorscheme([[catppuccin-mocha]]) --- end --- } { - "Mofiqul/adwaita.nvim", - lazy = false, + 'catppuccin/nvim', + name = 'catppuccin', priority = 1000, - - -- configure and set on startup config = function() - -- vim.g.adwaita_darker = true -- for darker version - -- vim.g.adwaita_disable_cursorline = true -- to disable cursorline - vim.g.adwaita_transparent = true -- makes the background transparent - vim.cmd('colorscheme adwaita') + require('catppuccin').setup({ + transparent_background = true, + }) + vim.cmd.colorscheme([[catppuccin-mocha]]) end - }} + } + -- { + -- "Mofiqul/adwaita.nvim", + -- lazy = false, + -- priority = 1000, + -- + -- -- configure and set on startup + -- config = function() + -- -- vim.g.adwaita_darker = true -- for darker version + -- -- vim.g.adwaita_disable_cursorline = true -- to disable cursorline + -- vim.g.adwaita_transparent = true -- makes the background transparent + -- vim.cmd('colorscheme adwaita') + -- end + -- } +} diff --git a/scripts/.local/bin/books.sh b/scripts/.local/bin/books.sh index 240a9a9..06a6df0 100755 --- a/scripts/.local/bin/books.sh +++ b/scripts/.local/bin/books.sh @@ -1,8 +1,8 @@ #!/bin/sh prefix=$HOME/Nextcloud/Books/ -dmenu=pipemenu -pdf="flatpak run org.gnome.Papers" +dmenu="fuzzel -d -w 60" +pdf=zathura choice=$(find $prefix -type f | sed "s|$prefix||;s/_/ /g" | $dmenu) diff --git a/scripts/.local/bin/papers.sh b/scripts/.local/bin/papers.sh index f35304b..7c29cc1 100755 --- a/scripts/.local/bin/papers.sh +++ b/scripts/.local/bin/papers.sh @@ -1,8 +1,8 @@ #!/bin/sh prefix=$HOME/Nextcloud/Papers/ -dmenu=pipemenu -pdf="flatpak run org.gnome.Papers" +dmenu="fuzzel -d -w 60" +pdf=zathura choice=$(find $prefix -type f | sed "s|$prefix||;s/_/ /g" | $dmenu) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 6ce1e6a..444dda6 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -41,8 +41,8 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # plugins -source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # zoxide eval "$(zoxide init zsh)" @@ -50,4 +50,4 @@ eval "$(zoxide init zsh)" # prompt eval "$(starship init zsh)" -[ -f "/home/wball/.local/share/ghcup/env" ] && . "/home/wball/.local/share/ghcup/env" # ghcup-env \ No newline at end of file +[ -f "/home/wball/.local/share/ghcup/env" ] && . "/home/wball/.local/share/ghcup/env" # ghcup-env diff --git a/zsh/.zshenv b/zsh/.zshenv index abdf051..2f5e933 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,3 +1,2 @@ export XDG_CONFIG_HOME="$HOME/.config" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" -. "/home/wball/.local/share/cargo/env"