Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-01 | checkpoint | Raymaekers Luca | |
2024-06-19 | Merge branch 'main' of debuc.com:dotfiles | Raymaekers Luca | |
2024-06-19 | checkpoint | Raymaekers Luca | |
2024-06-18 | checkpoint | Raymaekers Luca | |
2024-06-16 | checkpoint | Raymaekers Luca | |
2024-06-09 | checkpoint | Raymaekers Luca | |
2024-05-27 | Merge remote-tracking branch 'origin/main' | Raymaekers Luca | |
2024-05-27 | updated | Raymaekers Luca | |
2024-05-07 | reorganized. | Raymaekers Luca | |
2024-05-03 | Update | Raymaekers Luca | |
2024-04-16 | Merge branch 'main' of debuc.com:dotfiles | Raymaekers Luca | |
2024-04-16 | update | Raymaekers Luca | |
2024-04-15 | synced | Raymaekers Luca | |
2024-03-11 | [zsh] added more ignores | Raymaekers Luca | |
2024-03-04 | refactor | Raymaekers Luca | |
2024-02-27 | [zsh] added ignore for auto-notify and comments for profiling | Raymaekers Luca | |
2024-02-27 | [zsh] added surround_in_var in widgets.zsh | Raymaekers Luca | |
2024-02-27 | [zsh] added auto notify and keybind for autosuggestions | Raymaekers Luca | |
2024-02-03 | Update shell | Raymaekers Luca | |
*Added alias *changed mutt to not use symlink *changed starship looks *use comp.zsh instead of plugin *remove git-alias plugin *added auto rehash *removed rehash hook | |||
2024-01-25 | zsh Refactor multiple files and use zap | Raymaekers Luca | |
2024-01-25 | use startx on tty1 | Raymaekers Luca | |
2024-01-04 | add ls after cd | Raymaekers Luca | |
2024-01-03 | update | Raymaekers Luca | |
2023-12-13 | cleanup | Raymaekers Luca | |
2023-12-12 | use seperate shell folder that works cross shells | Raymaekers Luca | |
2023-12-12 | renamed functions.zsh | Raymaekers Luca | |
2023-11-14 | won two characters of screen! | Raymaekers Luca | |
2023-11-12 | remove file list all on completion | Raymaekers Luca | |
2023-11-10 | removed completion matching control | Raymaekers Luca | |
2023-11-10 | removed approxiamte completer | Raymaekers Luca | |
2023-11-07 | added completion system configuration | Raymaekers Luca | |
2023-10-23 | added support for pull+push status of remote | Raymaekers Luca | |
2023-10-23 | use case statement to select desktop manager | Raymaekers Luca | |
2023-10-21 | Merge branch 'main' of db:dotfiles | Raymaekers Luca | |
2023-10-21 | edited path to work for termux | Raymaekers Luca | |
2023-10-20 | don't clear in normal shell and don't print PLUGPATH on reload | Raymaekers Luca | |
2023-10-20 | set 'dwl' as default (tty1) | Raymaekers Luca | |
2023-10-17 | added dwl configuration | Raymaekers Luca | |
2023-10-17 | refactor | Raymaekers Luca | |
2023-10-10 | fix: useless echo | Raymaekers Luca | |
2023-10-10 | fixed: plugins not working on debian | Raymaekers Luca | |
2023-10-09 | readded plugins and removed slow line | Raymaekers Luca | |
2023-10-08 | added space after sign | Raymaekers Luca | |
2023-10-05 | changed parse_branch and added it to supd | Raymaekers Luca | |
2023-09-28 | added dotnet completion | Raymaekers Luca | |
2023-09-28 | don't use plugins anymore | Raymaekers Luca | |
2023-09-18 | [zshrc] remove prompt expansion on wt_action | Raymaekers Luca | |
2023-08-25 | [zshrc] fixed highlight bug | Raymaekers Luca | |
2023-08-15 | [.zshrc] refactored git_parse_remote | Raymaekers Luca | |
use cut instead of sed to get the state of the remote, now you could use this command: git branch -v 2> /dev/null | sed '/^*/!d;s/^[^[]*\[\([^ ]*\).*$/\1/' but at this point, it feels more like intellectual masturbation. | |||
2023-08-13 | [zshrc] use exec and keychain identity | Raymaekers Luca | |
Add keychain identity on startup, this is more useful because with suspend I will only type the password once per day. Also it makes adding with keyadd faster. Also use exec to have less processes, don't know if it works though... |