summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2023-09-11[aliases] added sshdb and filRaymaekers Luca
2023-08-30Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-30[hyprland] added tmux keybindRaymaekers Luca
2023-08-30[tmux] edited statusRaymaekers Luca
2023-08-30[nvim] added telescope-media-filesRaymaekers Luca
2023-08-30[nvim] moved common lsp from java.lua to setup.luaRaymaekers Luca
2023-08-30[nvim] added DataEssentials vaultRaymaekers Luca
2023-08-30[nvim] added zk remapsRaymaekers Luca
2023-08-30[aliases] added googoo~ + tmux aliasesRaymaekers Luca
2023-08-30Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-30[aliases] also check home for dircolorsRaymaekers Luca
2023-08-27[functions] grouped oneliners togetherRaymaekers Luca
2023-08-25[tmux] added format for window title stringRaymaekers Luca
2023-08-25[tmux] added username to statusRaymaekers Luca
2023-08-25[packer] updated telescope tagRaymaekers Luca
2023-08-25[remap] removed window reappingsRaymaekers Luca
2023-08-25[hyprland] use commander as launcherRaymaekers Luca
2023-08-25[zshenv] edited fzf colorRaymaekers Luca
2023-08-25[functions.zsh] fixed typo in ogoRaymaekers Luca
2023-08-25[functions.zsh] use log(n)Raymaekers Luca
2023-08-25[zshrc] fixed highlight bugRaymaekers Luca
2023-08-22Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-22[aliases] edited aliasesRaymaekers Luca
removed aliases that have been replaced such as floc and dloc, and added more aliases
2023-08-22[nvim] use stderr on printfRaymaekers Luca
2023-08-22[tmux] minor editsRaymaekers Luca
2023-08-22[zshenv] added fzf nord themeRaymaekers Luca
2023-08-22[waybar] removed duplicate propertyRaymaekers Luca
2023-08-22[waybar] fixed tray icons menu too bigRaymaekers Luca
2023-08-22[hyprland] minor editsRaymaekers Luca
use a subgroup for blur tweaked the opacity to change on focus rectangle corners
2023-08-22[tmux] removed plugin support and added hour to statusRaymaekers Luca
2023-08-22[tmux] updated config file locationRaymaekers Luca
2023-08-22[tofi] created logic groupsRaymaekers Luca
ordered the config, colors together, options affecting size together ensoforth...
2023-08-22[tofi] changed nord theme to be on top with 100% widthRaymaekers Luca
2023-08-22[waybar] added tooltipsRaymaekers Luca
2023-08-22[waybar] changed mpd formatRaymaekers Luca
2023-08-22[nvim] added NetworkEssentials vaultRaymaekers Luca
2023-08-22[nvim] use printf instead of echo for sh remapsRaymaekers Luca
2023-08-22[nvim] changed die to log and logn snippetsRaymaekers Luca
2023-08-22[alacritty] added fullscreen keybindingRaymaekers Luca
2023-08-22[waybar] added padding to mpd moduleRaymaekers Luca
2023-08-22[tmux] added nord themeRaymaekers Luca
2023-08-18[waybar] refactoredRaymaekers Luca
2023-08-15[.zshrc] refactored git_parse_remoteRaymaekers 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-15[functions.zsh] removed unecessary testsRaymaekers Luca
2023-08-15[aliases.zsh] added calc aliasRaymaekers Luca
2023-08-15[dunstrc] hide indicatorsRaymaekers Luca
2023-08-15[functions.zsh] added ginitRaymaekers Luca
function to init a dir on db remote
2023-08-15[functions.zsh] renamed die to logRaymaekers Luca
2023-08-15[functions.zsh] changed function name formatRaymaekers Luca
2023-08-15[luasnip.lua] renamed die to log and lognRaymaekers Luca
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.