slight updates

This commit is contained in:
bullshar-k
2026-07-26 06:16:18 -04:00
parent 8caa406322
commit 0f0798e963
3 changed files with 59 additions and 2 deletions
+13
View File
@@ -1,3 +1,16 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
fastfetch --config paleofetch --logo arch3 fastfetch --config paleofetch --logo arch3
eval "$(starship init bash)" eval "$(starship init bash)"
alias wallert="monero-wallet-cli --wallet /home/shark/monero-wallets/mywallet --daemon-address 192.168.1.67:18081 --trusted-daemon"
+3 -2
View File
@@ -20,10 +20,11 @@ tab_bar_min_tabs 1
# Keybinds # Keybinds
map ctrl+e new_tab_with_cwd map ctrl+e new_tab_with_cwd
map ctrl+q new_tab map ctrl+x close_window
map ctrl+x close_tab
map ctrl+d next_tab map ctrl+d next_tab
map ctrl+s previous_tab map ctrl+s previous_tab
map ctrl+i launch --location=hsplit --cwd=current
map ctrl+k copy
# Fixes starship not showing pwd # Fixes starship not showing pwd
# Kitty use interactive shell # Kitty use interactive shell
+43
View File
@@ -0,0 +1,43 @@
# vim:fileencoding=utf-8:foldmethod=marker
# BEGIN_KITTY_THEME
# Pastel EGA
include current-theme.conf
# END_KITTY_THEME
# Window
confirm_os_window_close 0
remember_window_size no
initial_window_width 870
initial_window_height 440
background_opacity 0.7
# Tab bar
tab_bar_margin_width 4.0
tab_bar_margin_height 4.0 4.0
tab_bar_style powerline
tab_bar_min_tabs 1
# Keybinds
map ctrl+e new_tab_with_cwd
map ctrl+q new_tab
map ctrl+x close_tab
map ctrl+d next_tab
map ctrl+s previous_tab
# Fixes starship not showing pwd
# Kitty use interactive shell
shell .
# Starship eval
eval "$(starship init bash)"
# Font
font_size 10.0
# BEGIN_KITTY_FONTS
font_family family='0xProto Nerd Font Mono' postscript_name=0xProtoNFM-Regular
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS