summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [functions.zsh] fixed typo in ogoRaymaekers Luca2023-08-251-1/+1
|
* [functions.zsh] use log(n)Raymaekers Luca2023-08-251-6/+8
|
* [zshrc] fixed highlight bugRaymaekers Luca2023-08-251-1/+1
|
* [commander] added commander!Raymaekers Luca2023-08-251-0/+313
|
* [menuscripts] use 'commander' in menuscriptsRaymaekers Luca2023-08-2410-159/+63
|
* Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-2220-187/+243
|\
| * [aliases] edited aliasesRaymaekers Luca2023-08-221-8/+4
| | | | | | | | | | removed aliases that have been replaced such as floc and dloc, and added more aliases
| * [nvim] use stderr on printfRaymaekers Luca2023-08-221-4/+4
| |
| * [tmux] minor editsRaymaekers Luca2023-08-221-3/+2
| |
| * [mpower] added extra newlineRaymaekers Luca2023-08-221-1/+2
| |
| * [goo] search in pwd by defaultRaymaekers Luca2023-08-221-1/+1
| |
| * [zshenv] added fzf nord themeRaymaekers Luca2023-08-221-0/+8
| |
| * [mpower] small refactor and added commanderRaymaekers Luca2023-08-221-12/+5
| |
| * [waybar] removed duplicate propertyRaymaekers Luca2023-08-221-1/+0
| |
| * [waybar] fixed tray icons menu too bigRaymaekers Luca2023-08-221-2/+2
| |
| * [hyprland] minor editsRaymaekers Luca2023-08-221-5/+8
| | | | | | | | | | | | use a subgroup for blur tweaked the opacity to change on focus rectangle corners
| * [tmux] removed plugin support and added hour to statusRaymaekers Luca2023-08-221-16/+4
| |
| * [tmux] updated config file locationRaymaekers Luca2023-08-221-1/+1
| |
| * [tofi] created logic groupsRaymaekers Luca2023-08-221-10/+15
| | | | | | | | | | ordered the config, colors together, options affecting size together ensoforth...
| * [tofi] changed nord theme to be on top with 100% widthRaymaekers Luca2023-08-221-9/+9
| |
| * [waybar] added tooltipsRaymaekers Luca2023-08-221-2/+0
| |
| * [waybar] changed mpd formatRaymaekers Luca2023-08-221-2/+2
| |
| * [nvim] added NetworkEssentials vaultRaymaekers Luca2023-08-221-0/+5
| |
| * [nvim] use printf instead of echo for sh remapsRaymaekers Luca2023-08-221-4/+4
| |
| * [nvim] changed die to log and logn snippetsRaymaekers Luca2023-08-221-8/+2
| |
| * [alacritty] added fullscreen keybindingRaymaekers Luca2023-08-221-1/+2
| |
| * [mvid] refactor and use commanderRaymaekers Luca2023-08-221-20/+9
| | | | | | | | | | use tee to write to temp file, use commander instead of if else statement
| * [waybar] added padding to mpd moduleRaymaekers Luca2023-08-221-0/+1
| |
| * [mpdf] refactor and use of commanderRaymaekers Luca2023-08-221-18/+6
| | | | | | | | | | introduce the use of commander to get rid of if else, also use tee to write to temporary file
| * [tmux] added nord themeRaymaekers Luca2023-08-221-1/+55
| |
| * [waybar] refactoredRaymaekers Luca2023-08-181-28/+27
| |
| * [y2feed] added support for different linksRaymaekers Luca2023-08-151-4/+17
| | | | | | | | | | You can now supply a channel id, a link to a channel or a tag, this should work with yt-local and piped as well.
| * [.zshrc] refactored git_parse_remoteRaymaekers Luca2023-08-151-3/+3
| | | | | | | | | | | | | | 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.
| * [functions.zsh] removed unecessary testsRaymaekers Luca2023-08-151-4/+10
| |
| * [aliases.zsh] added calc aliasRaymaekers Luca2023-08-151-1/+2
| |
| * [dunstrc] hide indicatorsRaymaekers Luca2023-08-151-1/+1
| |
| * [functions.zsh] added ginitRaymaekers Luca2023-08-151-3/+11
| | | | | | | | function to init a dir on db remote
| * [functions.zsh] renamed die to logRaymaekers Luca2023-08-151-4/+2
| |
| * [functions.zsh] changed function name formatRaymaekers Luca2023-08-151-31/+29
| |
| * [luasnip.lua] renamed die to log and lognRaymaekers Luca2023-08-151-7/+9
| | | | | | | | | | log and logn seem like better names, also because now we use printf we make an apart logn function that adds a newline on the end.
| * [googoo] fixed destination argument not workingRaymaekers Luca2023-08-142-2/+2
| |
| * [saf] remove bc dependencyRaymaekers Luca2023-08-141-4/+5
| |
| * [saf] removed unused green colorRaymaekers Luca2023-08-141-1/+0
| |
| * [saf] added load functionRaymaekers Luca2023-08-141-1/+10
| |
* | Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-1422-106/+257
|\|
| * Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-132-5/+3
| |\
| | * [waybar] added back window titleRaymaekers Luca2023-08-132-5/+3
| | |
| * | [waybar] added format for mpdRaymaekers Luca2023-08-131-2/+2
| |/
| * [mpass] cleanup of error handlingRaymaekers Luca2023-08-131-4/+2
| | | | | | | | use || instead of test $? -gt 0, because they do the same thing.
| * [zshrc] use exec and keychain identityRaymaekers Luca2023-08-132-2/+3
| | | | | | | | | | | | | | 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...