diff --git a/.bashrc b/.bashrc index a3aa1af..c58984d 100644 --- a/.bashrc +++ b/.bashrc @@ -211,6 +211,5 @@ fi export PATH="$HOME/.local/bin:$PATH" - export PATH=/home/$USER/.fnm:$PATH eval "$(fnm env --use-on-cd --version-file-strategy=recursive)" diff --git a/.config/rofi/themes/catppuccin-default.rasi b/.config/rofi/themes/catppuccin-default.rasi index da0e819..f1d21e9 100644 --- a/.config/rofi/themes/catppuccin-default.rasi +++ b/.config/rofi/themes/catppuccin-default.rasi @@ -8,7 +8,7 @@ alternate-urgent-background: @lightbg; lightbg: @mantle; background-color: transparent; - border-color: @foreground; + border-color: @green; normal-background: @background; selected-urgent-background: @red; alternate-active-background: @lightbg; @@ -20,9 +20,9 @@ background: @base; selected-active-background: @blue; active-background: @background; - selected-normal-background: @lightfg; + selected-normal-background: @green; alternate-normal-background: @lightbg; - foreground: @text; + foreground: @green; selected-urgent-foreground: @background; normal-foreground: @foreground; alternate-urgent-foreground: @red; diff --git a/.config/rofi/themes/catppuccin-mocha.rasi b/.config/rofi/themes/catppuccin-mocha.rasi index 827a8b4..733b6c6 100644 --- a/.config/rofi/themes/catppuccin-mocha.rasi +++ b/.config/rofi/themes/catppuccin-mocha.rasi @@ -25,4 +25,4 @@ base: #1e1e2e; mantle: #181825; crust: #11111b; - } +} diff --git a/.config/yadm/bootstrap##distro.arch b/.config/yadm/bootstrap##distro.arch index 05ab88a..14a5426 100755 --- a/.config/yadm/bootstrap##distro.arch +++ b/.config/yadm/bootstrap##distro.arch @@ -6,7 +6,7 @@ set -e sudo pacman -Suy --noconfirm archlinux-keyring sudo pacman -Suy --noconfirm -sudo pacman -S --noconfirm \ +sudo pacman -Sy --noconfirm \ neovim \ fd \ tmux \ @@ -18,7 +18,8 @@ sudo pacman -S --noconfirm \ ttf-jetbrains-mono-nerd \ less \ jq \ - bitwarden-cli + bitwarden-cli \ + waybar if [ ! -d /home/wholteza/repos/yay ]; then cd ~ @@ -33,6 +34,9 @@ yay -S --noconfirm \ fnm \ oh-my-posh +export PATH=/home/$USER/.fnm:$PATH +eval "$(fnm env --use-on-cd --version-file-strategy=recursive)" + fnm install 24 fnm use 24