feat: Update conf

This commit is contained in:
2024-09-25 23:52:03 +10:00
parent 2ea72f8843
commit effbd481e5
2 changed files with 18 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
import = [ import = ["~/.config/alacritty/themes/themes/hyper.toml"]
"~/.config/alacritty/themes/themes/hyper.toml"
] [shell]
program = "/home/nathan/.local/bin/zellij"
[env] [env]
TERM = "xterm-256color" TERM = "xterm-256color"
@@ -9,9 +10,9 @@ shell = "zsh"
[window] [window]
decorations = "none" decorations = "none"
opacity = 0.5 opacity = 1
blur = true blur = true
padding = { x = 10, y = 10 } # padding = { x = 10, y = 10 }
[font] [font]
normal = { family = "Fira Code", style = "Regular" } normal = { family = "Fira Code", style = "Regular" }

12
.zshrc
View File

@@ -136,8 +136,18 @@ eval "$(zoxide init --cmd cd zsh)"
export HSD_API_KEY=30e7b7974d99c62b241a9daf3d4924a108515b03 export HSD_API_KEY=30e7b7974d99c62b241a9daf3d4924a108515b03
alias z='zellij' alias z='zellij'
alias za='zellij attach'
alias opacity='/home/nathan/scripts/opacity.sh'
alias op='/home/nathan/scripts/opacity.sh'
alias blur='/home/nathan/scripts/blur.sh'
alias music='/home/nathan/scripts/music.sh'
. "$HOME/.atuin/bin/env" . "$HOME/.atuin/bin/env"
eval "$(atuin init zsh)" eval "$(atuin init zsh --disable-up-arrow)"
# Bind CTRL+UP to atuin search
bindkey '^[[1;5A' atuin-up-search
fpath+=${ZDOTDIR:-~}/.zsh_functions fpath+=${ZDOTDIR:-~}/.zsh_functions