summaryrefslogtreecommitdiff
path: root/config/essentials
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-09-111-1/+1
|\
| * Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-09-016-35/+49
| |\
| * | [aliases] use loop for ufwdRaymaekers Luca2023-09-011-1/+1
| | |
* | | [aliases] added sshdb and filRaymaekers Luca2023-09-111-1/+2
| |/ |/|
* | Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-301-1/+2
|\ \
| * | Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-308-138/+139
| |\|
| * | [aliases] also check home for dircolorsRaymaekers Luca2023-08-301-1/+2
| | |
* | | [nvim] added telescope-media-filesRaymaekers Luca2023-08-302-17/+9
| | |
* | | [nvim] moved common lsp from java.lua to setup.luaRaymaekers Luca2023-08-302-16/+24
| | |
* | | [nvim] added DataEssentials vaultRaymaekers Luca2023-08-301-0/+5
| | |
* | | [nvim] added zk remapsRaymaekers Luca2023-08-301-1/+4
| | |
* | | [aliases] added googoo~ + tmux aliasesRaymaekers Luca2023-08-301-0/+5
| |/ |/|
* | [functions] grouped oneliners togetherRaymaekers Luca2023-08-271-37/+13
| |
* | [packer] updated telescope tagRaymaekers Luca2023-08-251-1/+1
| |
* | [remap] removed window reappingsRaymaekers Luca2023-08-251-6/+0
| |
* | [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
| |
* | Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-226-67/+75
|\ \
| * | [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
| | |
| * | [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
| | |
| * | [.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
| | |
| * | [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-141-1/+1
| | |
* | | Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-144-11/+27
|\| |
| * | [zshrc] use exec and keychain identityRaymaekers Luca2023-08-131-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...
| * | [functions] use grouping in calc, added psgrepRaymaekers Luca2023-08-131-1/+7
| | |
| * | [aliases] added diff aliasRaymaekers Luca2023-08-131-0/+1
| | |
| * | [googoo] removed functions and updated behaviourRaymaekers Luca2023-08-131-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | removed functions that where unneed as they were only called once, changed behaviour to not implement fzf in goo but in the functions itself, this makes goo easier to implement in other commands. Also ported over the funcitonality of setting the query with the first argument
| * | [aliases] updated the gdate aliasRaymaekers Luca2023-08-071-1/+1
| | |
| * | [goo] added option to give search query as second paramaterRaymaekers Luca2023-08-071-3/+3
| | | | | | | | | | | | I noticed by mistake sometimes I would type the query already.
| * | Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-061-0/+1
| |\ \
| * | | [nvim] added one buffer keymapRaymaekers Luca2023-08-061-0/+2
| | | |
* | | | [aliases] added ufwdRaymaekers Luca2023-08-141-1/+1
| |/ / |/| |
* | | Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-048-40/+52
|\| |
| * | [nvim] added + keybindRaymaekers Luca2023-08-041-0/+2
| | |
| * | Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-041-1/+1
| |\|
| | * Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-028-92/+140
| | |\
| | * | added sshs aliasRaymaekers Luca2023-08-021-1/+1
| | | |
| * | | use $HOME and added waybar edit aliasesRaymaekers Luca2023-08-041-31/+33
| | |/ | |/|
| * | use bordered windows for suggestionsRaymaekers Luca2023-08-021-2/+2
| | |
| * | added resize functionRaymaekers Luca2023-08-021-0/+8
| | |