diff --git a/.bashrc-path b/.bashrc-path index 9ca20f5..043d424 100644 --- a/.bashrc-path +++ b/.bashrc-path @@ -14,5 +14,4 @@ export DOTNET_ROOT="$HOME/.dotnet" export PATH="$DOTNET_ROOT:$PATH" # tmp -export PATH="$PATH:/home/oliste/repos/nub-lang/src/compiler/Nub.Lang/bin/Release/net9.0/linux-x64/publish" - +export PATH="$PATH:/home/oliste/repos/nub-lang/src/CLI/bin/Debug/net9.0/" diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..1b6d9ae --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,4 @@ +background = 151515 +foreground = ffffff + +font-family = "JetBrainsMono Nerd Font" diff --git a/setup.sh b/setup.sh index 477eb99..56f6484 100644 --- a/setup.sh +++ b/setup.sh @@ -1,18 +1,18 @@ #!/bin/bash -set -e\ +set -e mkdir -p ~/.config mkdir -p ~/wallpapers -if ! command -v yay 2>&1 >/dev/null +if ! command -v starship 2>&1 >/dev/null then curl -sS https://starship.rs/install.sh | sh fi sudo pacman -Syu --noconfirm \ code \ - alacritty \ + ghostty \ thunar \ ttf-jetbrains-mono-nerd \ ttf-font-awesome \