Compare commits
3 Commits
master
...
a94ae1df3c
| Author | SHA1 | Date | |
|---|---|---|---|
| a94ae1df3c | |||
| f249000d30 | |||
| 6260584877 |
@@ -10,7 +10,7 @@ Use ./stow.sh --unstow <folder_name> to remove configuration
|
|||||||
|
|
||||||
## Quirks
|
## Quirks
|
||||||
- Install based on Ubuntu Desktop
|
- Install based on Ubuntu Desktop
|
||||||
- Font: [BlexMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IBMPlexMono.zip)
|
- Font: [Iosevka Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Iosevka.tar.xz)
|
||||||
- Keyboard Layout: EurKey (enable extended in gnome-tweaks)
|
- Keyboard Layout: EurKey (enable extended in gnome-tweaks)
|
||||||
- Environment Vairables exported using systemd in [envvars.conf](files/environment/.config/environment.d/envvars.conf)
|
- Environment Vairables exported using systemd in [envvars.conf](files/environment/.config/environment.d/envvars.conf)
|
||||||
- LibreWolf from flatpak needs devices=all to read yubikeys
|
- LibreWolf from flatpak needs devices=all to read yubikeys
|
||||||
@@ -101,6 +101,8 @@ sudo snap install \
|
|||||||
- quick-settings-audio-panel
|
- quick-settings-audio-panel
|
||||||
- quicksettings-audio-devices-hider (hide unused devices)
|
- quicksettings-audio-devices-hider (hide unused devices)
|
||||||
- gamemodeshellextensions@trsnaqe.com
|
- gamemodeshellextensions@trsnaqe.com
|
||||||
|
- status-area-horizontal-spacing@mathematical.coffee.gmail.com
|
||||||
|
- blur-my-shell@aunetx (custom panel, slightly darker with custom pipeline)
|
||||||
|
|
||||||
### Pre-installed
|
### Pre-installed
|
||||||
- disable desktop icons
|
- disable desktop icons
|
||||||
|
|||||||
@@ -2,15 +2,14 @@ theme = "everforest_light_modded"
|
|||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
|
cursorline = true
|
||||||
cursor-shape.insert = "bar"
|
cursor-shape.insert = "bar"
|
||||||
insert-final-newline = false
|
insert-final-newline = false
|
||||||
# rulers = [80, 100]
|
|
||||||
true-color = true
|
true-color = true
|
||||||
text-width = 100
|
text-width = 100
|
||||||
|
|
||||||
[editor.whitespace.render]
|
[editor.whitespace.render]
|
||||||
tab = "all"
|
tab = "all"
|
||||||
# space = "all"
|
|
||||||
|
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
@@ -26,9 +25,15 @@ display-inlay-hints = true
|
|||||||
"_" = ["extend_line_up", "extend_to_line_bounds"]
|
"_" = ["extend_line_up", "extend_to_line_bounds"]
|
||||||
"+" = ["extend_line_down", "extend_to_line_bounds"]
|
"+" = ["extend_line_down", "extend_to_line_bounds"]
|
||||||
|
|
||||||
|
# Normally `goto`, but `git` works aswell
|
||||||
[keys.normal.g]
|
[keys.normal.g]
|
||||||
"b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
|
"b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
|
||||||
|
|
||||||
|
# N, like German _Nachricht_ to the lsp
|
||||||
|
[keys.normal.n]
|
||||||
|
"p" = ':lsp-workspace-command tinymist.pinMain "%sh{realpath %{buffer_name}}"'
|
||||||
|
|
||||||
|
# Z is everything with view, so soft-wrap fits well
|
||||||
[keys.normal.z]
|
[keys.normal.z]
|
||||||
s = ":set soft-wrap.enable true"
|
s = ":set soft-wrap.enable true"
|
||||||
S = ":set soft-wrap.enable false"
|
S = ":set soft-wrap.enable false"
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ clipboard_control write-clipboard write-primary no-append
|
|||||||
|
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
|
|
||||||
font_family BlexMono Nerd Font Mono Text
|
font_family Iosevka Nerd Font
|
||||||
italic_font BlexMono Nerd Font Mono
|
# italic_font BlexMono Nerd Font Mono
|
||||||
bold_font BlexMono Nerd Font Mono
|
# bold_font BlexMono Nerd Font Mono
|
||||||
|
|
||||||
font_size 12
|
font_size 12
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user