Commit Graph

414 Commits

Author SHA1 Message Date
994b38d87a
add glow.yml 2022-03-30 14:53:41 +02:00
92302e0061
add dnf.conf 2022-03-28 17:22:48 +02:00
2127b60983
kitty: properly override cursor 2022-03-28 17:09:37 +02:00
6d856651b0
swaylock: update config 2022-03-26 15:48:29 +01:00
4619c0b8b3
waybar: use dracula-esque colours, FiraCode Retina
also adjust margin sizes, font sizes and weight
2022-03-26 15:45:41 +01:00
e2673e07f0
waybar: delimit borderline values for mem,cpu 2022-03-26 15:39:19 +01:00
2a02ac3417
kitty: set theme using kitty dynamically 2022-03-26 15:31:07 +01:00
c94de540b6
kitty: edit tab_title_template 2022-03-26 15:25:46 +01:00
ee1c999bd1
kitty: set tab_bar_style to separator 2022-03-26 02:51:32 +01:00
e3f90fc5e3
kitty: set open_url_with no_op 2022-03-26 02:49:06 +01:00
b93e6b97ca
kitty: rm url_color 2022-03-26 02:47:36 +01:00
5d28f94256
kitty: set wheel_scroll_multiplier 2.0 2022-03-26 02:46:27 +01:00
f575871a94
kitty: use 4 tabs in scrollback pager 2022-03-26 02:45:21 +01:00
1cbfd0fd16
kitty: update font features 2022-03-26 02:43:59 +01:00
48196cad48
kitty: set column_{height,width} to 100% 2022-03-26 02:43:12 +01:00
e76d193177
kitty: JetBrainsMono-MediumItalic as italic font 2022-03-26 02:41:08 +01:00
1cf8c762c3
kitty: lower scrollback to just 10000 lines 2022-03-26 02:40:15 +01:00
6631fc9250
waybar: add modeline to config 2022-03-26 02:37:08 +01:00
6ebd3f3dd1
waybar: clean up whitespace 2022-03-26 02:36:26 +01:00
69fbac2ca2
waybar: show wg dragon icon only on iface up 2022-03-26 02:32:54 +01:00
babfd5cccd
starship(format): add a space after time section 2022-03-26 02:28:04 +01:00
cde714afcc
starship(format): add vlang section 2022-03-26 02:27:18 +01:00
b61234e6e2
starship(format): edit terraform section 2022-03-26 02:25:40 +01:00
1d86e2cbcb
starship(format): update status section 2022-03-26 02:24:49 +01:00
a53599f189
starship: enable and format package section 2022-03-26 02:23:51 +01:00
f98aec51c7
starship: hide nodejs version, specify symbol 2022-03-26 02:22:22 +01:00
ebc79dde8f
starship: disable lua section 2022-03-26 02:21:33 +01:00
79ee99e5a6
starship(format): hide golang version 2022-03-26 02:20:45 +01:00
8cc6495e71
starship(format): update git status section 2022-03-26 02:20:05 +01:00
1367b9794e
starship: configure notification timeout 2022-03-26 02:19:13 +01:00
861cba8bf7
starship(format): add directory truncation symbol 2022-03-26 02:18:15 +01:00
09fdf00d23
starship(format): hide cmake version 2022-03-26 02:17:36 +01:00
75365d3fee
starship: disable battery section 2022-03-26 02:16:46 +01:00
ece8607022
starship: update prompt character section 2022-03-26 02:16:20 +01:00
d48ba42444
starship: add scan and command timeouts 2022-03-26 02:14:48 +01:00
3ccdbab746
zshrc: setopts++ 2022-03-26 02:14:00 +01:00
6acffcf6d8
update .config/git/config (.gitconfig) 2022-03-26 02:10:23 +01:00
65a600e561
wofi: disallow images 2022-03-26 02:09:07 +01:00
589fc34059
update vimfrc 2022-03-26 02:03:42 +01:00
b857248ce8
add gtk-4.0 config folder 2022-03-26 01:59:17 +01:00
48c2637c21
get PATH declarations in order 2022-03-26 01:58:06 +01:00
0d70260836
zsh: move aliases to .zsh/aliases.zsh 2022-03-26 01:51:57 +01:00
04a94c4705
zsh,nix: source nix.sh from user's nix-profile
add 'chisui/zsh-nix-shell' and 'spwhitt/nix-zsh-completions' plugins
with sheldon
2022-03-26 01:41:15 +01:00
e4a745d5fb
zsh: add jeffreytse/zsh-vi-mode to be -- NORMAL --
add jeffreytse/zsh-vi-mode with sheldon.

history substring search bindings are remapped to work with 'viins' and
'vicmd' (NORMAL) modes of the vi prompt, and J and K mappings in 'vicmd'
mode are added.

fzf loading also had to be reworked using system installation fzf
completions are used. bindings for fzf are broken if loaded
conventionally, therefore a helper function is offered by zsh-vi-mode to
source anything after vi mode is initialized and it is used to source
said completions.

at this occasion FZF_COMPLETION_OPTS et al. have also been reworked a
little to use dracula colorscheme, fd-find instead of find and bat to
auto-colour files.
2022-03-26 01:20:55 +01:00
f14878faab
zshrc: add timesh() function 2022-03-26 00:37:47 +01:00
486fee013f
zshrc: add alias subvols (for btrfs) 2022-03-26 00:36:37 +01:00
2763d0f256
zshrc: make ssh-agent smarter 2022-03-26 00:35:47 +01:00
57bb1e4504
zshrc: rm alias v colliding with vlang's 'v' 2022-03-26 00:33:14 +01:00
63604f24e6
zshrc: update alias vimrc 2022-03-26 00:31:46 +01:00
ded0d7bee8
zshrc: source bemenu-dracula from .zprofile 2022-03-26 00:29:02 +01:00