Compare commits
2 Commits
4cf57cef7b
...
eb914af05a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb914af05a | ||
|
|
05c65d39b1 |
@@ -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/"
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
[window]
|
||||
|
||||
opacity = 1
|
||||
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
|
||||
[font]
|
||||
|
||||
normal.family = "JetBrainsMono Nerd Font"
|
||||
bold.family = "JetBrainsMono Nerd Font"
|
||||
italic.family = "JetBrainsMono Nerd Font"
|
||||
bold_italic.family = "JetBrainsMono Nerd Font"
|
||||
|
||||
size = 13.0
|
||||
|
||||
[colors.primary]
|
||||
background = "#151515"
|
||||
20
.config/ghostty/config
Normal file
20
.config/ghostty/config
Normal file
@@ -0,0 +1,20 @@
|
||||
background = 151515
|
||||
foreground = ffffff
|
||||
|
||||
window-padding-x = 10
|
||||
window-padding-y = 10
|
||||
|
||||
font-family = "JetBrainsMono Nerd Font"
|
||||
font-size = 13
|
||||
|
||||
resize-overlay-duration = 250ms
|
||||
|
||||
focus-follows-mouse = true
|
||||
|
||||
clipboard-read = ask
|
||||
clipboard-write = ask
|
||||
|
||||
copy-on-select = false
|
||||
|
||||
cursor-style = block
|
||||
cursor-style-blink = false
|
||||
@@ -1,6 +1,6 @@
|
||||
# https://wiki.hyprland.org/Configuring/Binds/
|
||||
|
||||
$terminal = alacritty
|
||||
$terminal = ghostty
|
||||
$files = thunar
|
||||
$menu = rofi -show drun -config ~/.config/rofi/config.rasi
|
||||
$browser = brave
|
||||
|
||||
@@ -13,6 +13,7 @@ exec-once = waybar &
|
||||
exec-once = hyprpm reload -n
|
||||
exec-once = hyprpaper
|
||||
exec-once = sleep 1 && $scritps/random_wallpaper.sh
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
6
setup.sh
6
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 \
|
||||
|
||||
Reference in New Issue
Block a user