Skip to content

Commit c8d7c22

Browse files
committed
additional settings
1 parent abd1e3b commit c8d7c22

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.alacritty.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ font:
9494
style: Regular
9595
offset:
9696
y: 0
97-
size: 10
97+
size: 11
9898

9999
scrolling:
100100
history: 1000

.config/i3/config

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ exec --no-startup-id picom -CGb
8585
# Set Wallpaper
8686
exec --no-startup-id feh --bg-scale ~/Pictures/Wallpapers/wallpaper
8787

88-
# Lock Screen
89-
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.config/i3/lock
90-
9188
# # Start Polybar
9289
# exec --no-startup-id ~/.config/polybar/start.sh
9390

.zshrc

+7
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,10 @@ PERL_MM_OPT="INSTALL_BASE=/home/clxxiii/perl5"; export PERL_MM_OPT;
143143
export NVM_DIR="$HOME/.nvm"
144144
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
145145
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
146+
147+
# bun completions
148+
[ -s "/home/eli/.bun/_bun" ] && source "/home/eli/.bun/_bun"
149+
150+
# bun
151+
export BUN_INSTALL="$HOME/.bun"
152+
export PATH="$BUN_INSTALL/bin:$PATH"

0 commit comments

Comments
 (0)