feat: Update conf
This commit is contained in:
@@ -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,12 +10,12 @@ 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" }
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
save_to_clipboard = true
|
save_to_clipboard = true
|
||||||
|
|||||||
12
.zshrc
12
.zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user