Dotfiles V.1.1.5

Updated Neovim Plugins as well as cleaned up aerospace config and
sketbar config and added fastfetch config
This commit is contained in:
2025-06-11 22:16:38 +02:00
parent 1f4666f417
commit af9d88c05f
100 changed files with 2045 additions and 3328 deletions

13
.zshrc
View File

@@ -98,17 +98,10 @@ export DBUS_SESSION_BUS_ADRESS="unix:path=$DBUS_LAUNCHD_SESSION_BUS_SOCKET"
# on startup
clear
function colorscript ()
{
ls ~/.config/colorscripts |sort -R |tail -1 |while read file; do
~/.config/colorscripts/$file
done
}
fastfetch
eval $(thefuck --alias)
eval "$(zoxide init --cmd cd zsh)"
colorscript
# Terminal Shortcuts
@@ -121,13 +114,13 @@ alias pip="pip3.12"
function ct {
clear
colorscript
fastfetch
cd
}
function c {
clear
colorscript
fastfetch
}
function li () {