This commit is contained in:
2026-02-23 10:30:06 +01:00
4 changed files with 10 additions and 7 deletions

View File

@@ -211,6 +211,5 @@ fi
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
export PATH=/home/$USER/.fnm:$PATH export PATH=/home/$USER/.fnm:$PATH
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)" eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"

View File

@@ -8,7 +8,7 @@
alternate-urgent-background: @lightbg; alternate-urgent-background: @lightbg;
lightbg: @mantle; lightbg: @mantle;
background-color: transparent; background-color: transparent;
border-color: @foreground; border-color: @green;
normal-background: @background; normal-background: @background;
selected-urgent-background: @red; selected-urgent-background: @red;
alternate-active-background: @lightbg; alternate-active-background: @lightbg;
@@ -20,9 +20,9 @@
background: @base; background: @base;
selected-active-background: @blue; selected-active-background: @blue;
active-background: @background; active-background: @background;
selected-normal-background: @lightfg; selected-normal-background: @green;
alternate-normal-background: @lightbg; alternate-normal-background: @lightbg;
foreground: @text; foreground: @green;
selected-urgent-foreground: @background; selected-urgent-foreground: @background;
normal-foreground: @foreground; normal-foreground: @foreground;
alternate-urgent-foreground: @red; alternate-urgent-foreground: @red;

View File

@@ -6,7 +6,7 @@ set -e
sudo pacman -Suy --noconfirm archlinux-keyring sudo pacman -Suy --noconfirm archlinux-keyring
sudo pacman -Suy --noconfirm sudo pacman -Suy --noconfirm
sudo pacman -S --noconfirm \ sudo pacman -Sy --noconfirm \
neovim \ neovim \
fd \ fd \
tmux \ tmux \
@@ -18,7 +18,8 @@ sudo pacman -S --noconfirm \
ttf-jetbrains-mono-nerd \ ttf-jetbrains-mono-nerd \
less \ less \
jq \ jq \
bitwarden-cli bitwarden-cli \
waybar
if [ ! -d /home/wholteza/repos/yay ]; then if [ ! -d /home/wholteza/repos/yay ]; then
cd ~ cd ~
@@ -33,6 +34,9 @@ yay -S --noconfirm \
fnm \ fnm \
oh-my-posh oh-my-posh
export PATH=/home/$USER/.fnm:$PATH
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
fnm install 24 fnm install 24
fnm use 24 fnm use 24