...
This commit is contained in:
@@ -14,5 +14,4 @@ export DOTNET_ROOT="$HOME/.dotnet"
|
|||||||
export PATH="$DOTNET_ROOT:$PATH"
|
export PATH="$DOTNET_ROOT:$PATH"
|
||||||
|
|
||||||
# tmp
|
# 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/"
|
||||||
|
|
||||||
|
|||||||
4
.config/ghostty/config
Normal file
4
.config/ghostty/config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
background = 151515
|
||||||
|
foreground = ffffff
|
||||||
|
|
||||||
|
font-family = "JetBrainsMono Nerd Font"
|
||||||
6
setup.sh
6
setup.sh
@@ -1,18 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e\
|
set -e
|
||||||
|
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
mkdir -p ~/wallpapers
|
mkdir -p ~/wallpapers
|
||||||
|
|
||||||
if ! command -v yay 2>&1 >/dev/null
|
if ! command -v starship 2>&1 >/dev/null
|
||||||
then
|
then
|
||||||
curl -sS https://starship.rs/install.sh | sh
|
curl -sS https://starship.rs/install.sh | sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo pacman -Syu --noconfirm \
|
sudo pacman -Syu --noconfirm \
|
||||||
code \
|
code \
|
||||||
alacritty \
|
ghostty \
|
||||||
thunar \
|
thunar \
|
||||||
ttf-jetbrains-mono-nerd \
|
ttf-jetbrains-mono-nerd \
|
||||||
ttf-font-awesome \
|
ttf-font-awesome \
|
||||||
|
|||||||
Reference in New Issue
Block a user