Commit graph

324 commits

Author SHA1 Message Date
68cfaaaefc
vscodium: Use internal bracket matcher
With this commit vscodium will use the newly added internal bracket
color matcher. This replaces the usage of an external extension.
2021-09-07 06:11:29 +02:00
6f7ccc7254
Fix 'du' flag 2021-08-17 11:48:42 +02:00
4638e90a7d
zsh: Make 'nocomment' alias filter comments with prefixed whitespaces 2021-07-25 21:29:40 +02:00
65c1ef4616
aliases: Self-documentation by using long flags 2021-07-21 09:19:03 +02:00
c4e992ab98
zsh: Change how updatealias reloads zsh
Seems like reloading zsh via sourcing .zshrc is a bad idea [1]. The best
way seems to be to completely restart zsh or at least use 'exec zsh'.

[1] https://github.com/romkatv/powerlevel10k#weird-things-happen-after-typing-source-zshrc
2021-07-12 17:22:45 +02:00
fa4eeb21fd
zsh: Add powerlevel10k config 2021-07-12 17:19:32 +02:00
91b3c76407
zsh: Extract functions from aliases.zsh 2021-07-12 16:03:02 +02:00
ba7030ab73
zsh: Update ls/exa aliases
This will add an additional alias `l.` to only show dotfiles and
directories.

Additionally the `--classify` flag [1] is added to all ls/exa commands which
will append a specific character to the listed files according to the
filetype.

[1] https://the.exa.website/features/colours#classify
2021-07-11 13:07:13 +02:00
a3a2f37d40
git: Fix indentation in gitconfig 2021-07-10 17:29:52 +02:00
a8c8fb718d
vscodium: Add gitlab instance url for gitlab extension 2021-07-10 17:11:28 +02:00
b86457a641
zsh: Add flags for du
This changes the output to be human-readable.

Additionally du will now only check 2 levels deep (can be overridden by
explicitly setting `-d <depth>`).
2021-07-10 17:05:21 +02:00
638712aeb0
zsh: Remove kitty specifics 2021-07-10 17:02:00 +02:00
3089823b4e
zsh: Switch to powerlevel10k theme 2021-07-10 16:54:45 +02:00
7255b2ebb3
Add alacritty config 2021-07-02 21:40:07 +02:00
198269f781
gitconfig: Add submodule settings 2021-06-27 19:18:10 +02:00
b37bfc8489
vscode: Allow some inline html in markdown files 2021-06-27 19:01:43 +02:00
5040f2323f
Update vscode settings 2021-06-20 16:43:45 +02:00
c5534762ed
Add firefox alias, add activeHosts function 2021-05-23 10:23:44 +02:00
c0e247ac3c
Update kitty.conf 2021-05-23 10:20:16 +02:00
7a742e6668
Add conditional gitconfig for histalek.de repos 2021-04-24 11:17:56 +02:00
679375e1b5
Consistently use $HOME 2021-04-16 12:04:55 +02:00
4d098ce3e3
Remove conditional gitconfig for dotfiles 2021-04-16 12:03:27 +02:00
a168921f22
Add ranger config 2021-04-12 09:14:01 +02:00
8b232cc2e6
Initial commit 2021-04-02 19:06:33 +02:00