| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [nvim] added zk remaps | Raymaekers Luca | 2023-08-30 | 1 | -1/+4 |
| | | |||||
| * | [aliases] added googoo~ + tmux aliases | Raymaekers Luca | 2023-08-30 | 1 | -0/+5 |
| | | |||||
| * | [functions] grouped oneliners together | Raymaekers Luca | 2023-08-27 | 1 | -37/+13 |
| | | |||||
| * | [tmux] added format for window title string | Raymaekers Luca | 2023-08-25 | 1 | -0/+1 |
| | | |||||
| * | [tmux] added username to status | Raymaekers Luca | 2023-08-25 | 1 | -1/+1 |
| | | |||||
| * | [packer] updated telescope tag | Raymaekers Luca | 2023-08-25 | 1 | -1/+1 |
| | | |||||
| * | [remap] removed window reappings | Raymaekers Luca | 2023-08-25 | 1 | -6/+0 |
| | | |||||
| * | [hyprland] use commander as launcher | Raymaekers Luca | 2023-08-25 | 1 | -3/+1 |
| | | |||||
| * | [zshenv] edited fzf color | Raymaekers Luca | 2023-08-25 | 1 | -1/+1 |
| | | |||||
| * | [functions.zsh] fixed typo in ogo | Raymaekers Luca | 2023-08-25 | 1 | -1/+1 |
| | | |||||
| * | [functions.zsh] use log(n) | Raymaekers Luca | 2023-08-25 | 1 | -6/+8 |
| | | |||||
| * | [zshrc] fixed highlight bug | Raymaekers Luca | 2023-08-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of /var/git/dotfiles | Raymaekers Luca | 2023-08-22 | 14 | -130/+193 |
| |\ | |||||
| | * | [aliases] edited aliases | Raymaekers Luca | 2023-08-22 | 1 | -8/+4 |
| | | | | | | | | | | | removed aliases that have been replaced such as floc and dloc, and added more aliases | ||||
| | * | [nvim] use stderr on printf | Raymaekers Luca | 2023-08-22 | 1 | -4/+4 |
| | | | |||||
| | * | [tmux] minor edits | Raymaekers Luca | 2023-08-22 | 1 | -3/+2 |
| | | | |||||
| | * | [zshenv] added fzf nord theme | Raymaekers Luca | 2023-08-22 | 1 | -0/+8 |
| | | | |||||
| | * | [waybar] removed duplicate property | Raymaekers Luca | 2023-08-22 | 1 | -1/+0 |
| | | | |||||
| | * | [waybar] fixed tray icons menu too big | Raymaekers Luca | 2023-08-22 | 1 | -2/+2 |
| | | | |||||
| | * | [hyprland] minor edits | Raymaekers Luca | 2023-08-22 | 1 | -5/+8 |
| | | | | | | | | | | | | | use a subgroup for blur tweaked the opacity to change on focus rectangle corners | ||||
| | * | [tmux] removed plugin support and added hour to status | Raymaekers Luca | 2023-08-22 | 1 | -16/+4 |
| | | | |||||
| | * | [tmux] updated config file location | Raymaekers Luca | 2023-08-22 | 1 | -1/+1 |
| | | | |||||
| | * | [tofi] created logic groups | Raymaekers Luca | 2023-08-22 | 1 | -10/+15 |
| | | | | | | | | | | | ordered the config, colors together, options affecting size together ensoforth... | ||||
| | * | [tofi] changed nord theme to be on top with 100% width | Raymaekers Luca | 2023-08-22 | 1 | -9/+9 |
| | | | |||||
| | * | [waybar] added tooltips | Raymaekers Luca | 2023-08-22 | 1 | -2/+0 |
| | | | |||||
| | * | [waybar] changed mpd format | Raymaekers Luca | 2023-08-22 | 1 | -2/+2 |
| | | | |||||
| | * | [nvim] added NetworkEssentials vault | Raymaekers Luca | 2023-08-22 | 1 | -0/+5 |
| | | | |||||
| | * | [nvim] use printf instead of echo for sh remaps | Raymaekers Luca | 2023-08-22 | 1 | -4/+4 |
| | | | |||||
| | * | [nvim] changed die to log and logn snippets | Raymaekers Luca | 2023-08-22 | 1 | -8/+2 |
| | | | |||||
| | * | [alacritty] added fullscreen keybinding | Raymaekers Luca | 2023-08-22 | 1 | -1/+2 |
| | | | |||||
| | * | [waybar] added padding to mpd module | Raymaekers Luca | 2023-08-22 | 1 | -0/+1 |
| | | | |||||
| | * | [tmux] added nord theme | Raymaekers Luca | 2023-08-22 | 1 | -1/+55 |
| | | | |||||
| | * | [waybar] refactored | Raymaekers Luca | 2023-08-18 | 1 | -28/+27 |
| | | | |||||
| | * | [.zshrc] refactored git_parse_remote | Raymaekers Luca | 2023-08-15 | 1 | -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 tests | Raymaekers Luca | 2023-08-15 | 1 | -4/+10 |
| | | | |||||
| | * | [aliases.zsh] added calc alias | Raymaekers Luca | 2023-08-15 | 1 | -1/+2 |
| | | | |||||
| | * | [dunstrc] hide indicators | Raymaekers Luca | 2023-08-15 | 1 | -1/+1 |
| | | | |||||
| | * | [functions.zsh] added ginit | Raymaekers Luca | 2023-08-15 | 1 | -3/+11 |
| | | | | | | | | | function to init a dir on db remote | ||||
| | * | [functions.zsh] renamed die to log | Raymaekers Luca | 2023-08-15 | 1 | -4/+2 |
| | | | |||||
| | * | [functions.zsh] changed function name format | Raymaekers Luca | 2023-08-15 | 1 | -31/+29 |
| | | | |||||
| | * | [luasnip.lua] renamed die to log and logn | Raymaekers Luca | 2023-08-15 | 1 | -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 working | Raymaekers Luca | 2023-08-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'main' of /var/git/dotfiles | Raymaekers Luca | 2023-08-14 | 12 | -52/+69 |
| |\| | |||||
| | * | Merge branch 'main' of db:dotfiles | Raymaekers Luca | 2023-08-13 | 2 | -5/+3 |
| | |\ | |||||
| | | * | [waybar] added back window title | Raymaekers Luca | 2023-08-13 | 2 | -5/+3 |
| | | | | |||||
| | * | | [waybar] added format for mpd | Raymaekers Luca | 2023-08-13 | 1 | -2/+2 |
| | |/ | |||||
| | * | [zshrc] use exec and keychain identity | Raymaekers Luca | 2023-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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... | ||||
| | * | [startw] start a terminal on startup | Raymaekers Luca | 2023-08-13 | 1 | -0/+1 |
| | | | |||||
| | * | [functions] use grouping in calc, added psgrep | Raymaekers Luca | 2023-08-13 | 1 | -1/+7 |
| | | | |||||
| | * | [aliases] added diff alias | Raymaekers Luca | 2023-08-13 | 1 | -0/+1 |
| | | | |||||
