mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
Several additions
This commit is contained in:
parent
83834f1f3b
commit
69e4f6b469
6 changed files with 50 additions and 5 deletions
|
@ -9,7 +9,7 @@ colors:
|
||||||
white: "#ebdbb2"
|
white: "#ebdbb2"
|
||||||
yellow: "#fabd2f"
|
yellow: "#fabd2f"
|
||||||
normal:
|
normal:
|
||||||
black: "#282828"
|
black: "#665c54" # this is used for comments in bash, so let's make it visible...
|
||||||
blue: "#458588"
|
blue: "#458588"
|
||||||
cyan: "#689d6a"
|
cyan: "#689d6a"
|
||||||
green: "#98971a"
|
green: "#98971a"
|
||||||
|
@ -26,11 +26,11 @@ colors:
|
||||||
cursor:
|
cursor:
|
||||||
style:
|
style:
|
||||||
shape: "Block"
|
shape: "Block"
|
||||||
blinking: "On"
|
blinking: "Never"
|
||||||
unfocused_hollow: true
|
unfocused_hollow: true
|
||||||
font:
|
font:
|
||||||
|
normal: { "family": "Fira Code Nerd Font" }
|
||||||
#normal: { "family": "APL 385 Unicode" }
|
#normal: { "family": "APL 385 Unicode" }
|
||||||
normal: { "family": "Fira Code" }
|
|
||||||
#normal: { "family": "Jetbrains Mono" }
|
#normal: { "family": "Jetbrains Mono" }
|
||||||
#normal: { "family": "Victor Mono" }
|
#normal: { "family": "Victor Mono" }
|
||||||
#normal: { "family": "Monoid" }
|
#normal: { "family": "Monoid" }
|
||||||
|
@ -44,6 +44,31 @@ font:
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { "action": "SpawnNewInstance", "key": "N", "mods": "Control|Shift" }
|
- { "action": "SpawnNewInstance", "key": "N", "mods": "Control|Shift" }
|
||||||
|
# let's increase font size 12 times every C-S-+, and decrease 12 times on C-S-A-+... lmao
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
|
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
mouse:
|
mouse:
|
||||||
double_click: { "threshold": 300 }
|
double_click: { "threshold": 300 }
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
|
|
||||||
:petertriho/nvim-scrollbar {:config #(setup :scrollbar)}
|
:petertriho/nvim-scrollbar {:config #(setup :scrollbar)}
|
||||||
|
|
||||||
|
|
||||||
; editing and movement <<<
|
; editing and movement <<<
|
||||||
:jiangmiao/auto-pairs {}
|
:jiangmiao/auto-pairs {}
|
||||||
:tpope/vim-repeat {}
|
:tpope/vim-repeat {}
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
{:view "cmdline_output"
|
{:view "cmdline_output"
|
||||||
:filter {:error true :min_height 6}}]})
|
:filter {:error true :min_height 6}}]})
|
||||||
|
|
||||||
(+ 1 b)
|
|
||||||
(defn- setup-noice-theme []
|
(defn- setup-noice-theme []
|
||||||
(utils.highlight-add :NoicePopupmenu {:bg colors.dark0_hard})
|
(utils.highlight-add :NoicePopupmenu {:bg colors.dark0_hard})
|
||||||
(utils.highlight-add :NoiceCmdline {:bg "#1f2324"})
|
(utils.highlight-add :NoiceCmdline {:bg "#1f2324"})
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"ChatGPT.nvim": { "branch": "main", "commit": "3f6fd348df53b9d15aa0a58709562cf0a3b4636a" },
|
||||||
"agda-vim": { "branch": "master", "commit": "4a0f475aaef756702222bdd5b01e25f814f5691f" },
|
"agda-vim": { "branch": "master", "commit": "4a0f475aaef756702222bdd5b01e25f814f5691f" },
|
||||||
"aniseed": { "branch": "master", "commit": "a7445c340fb7a0529f3c413eb99d3f8d29f50ba2" },
|
"aniseed": { "branch": "master", "commit": "a7445c340fb7a0529f3c413eb99d3f8d29f50ba2" },
|
||||||
"antifennel-nvim": { "branch": "master", "commit": "79261d02213a5093135e5d02431682f04459f0f7" },
|
"antifennel-nvim": { "branch": "master", "commit": "79261d02213a5093135e5d02431682f04459f0f7" },
|
||||||
|
@ -41,6 +42,7 @@
|
||||||
"neoformat": { "branch": "master", "commit": "ec601d38a2e9309109f405ce038c5a6ce774f1a9" },
|
"neoformat": { "branch": "master", "commit": "ec601d38a2e9309109f405ce038c5a6ce774f1a9" },
|
||||||
"neogit": { "branch": "master", "commit": "981207efd10425fef82ca09fa8bd22c3ac3e622d" },
|
"neogit": { "branch": "master", "commit": "981207efd10425fef82ca09fa8bd22c3ac3e622d" },
|
||||||
"nerdcommenter": { "branch": "master", "commit": "98cc4a2d64ca67cccbf5b5cf47c682ebadaaff58" },
|
"nerdcommenter": { "branch": "master", "commit": "98cc4a2d64ca67cccbf5b5cf47c682ebadaaff58" },
|
||||||
|
"nui.nvim": { "branch": "main", "commit": "257da38029d3859ed111804f9d4e95b0fa993a31" },
|
||||||
"nvim-bufferline.lua": { "branch": "main", "commit": "874f869a24e568980294b3200fc9dd842db65a36" },
|
"nvim-bufferline.lua": { "branch": "main", "commit": "874f869a24e568980294b3200fc9dd842db65a36" },
|
||||||
"nvim-cmp": { "branch": "main", "commit": "11a95792a5be0f5a40bab5fc5b670e5b1399a939" },
|
"nvim-cmp": { "branch": "main", "commit": "11a95792a5be0f5a40bab5fc5b670e5b1399a939" },
|
||||||
"nvim-code-action-menu": { "branch": "main", "commit": "e4399dbaf6eabff998d3d5f1cbcd8d9933710027" },
|
"nvim-code-action-menu": { "branch": "main", "commit": "e4399dbaf6eabff998d3d5f1cbcd8d9933710027" },
|
||||||
|
|
17
scripts/scripts/hue.sh
Executable file
17
scripts/scripts/hue.sh
Executable file
|
@ -0,0 +1,17 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
query="$1"
|
||||||
|
shift
|
||||||
|
if [ -n "$query" ]; then
|
||||||
|
scene="$(hueadm scenes | grep -i "$query" | cut -d ' ' -f 1)"
|
||||||
|
group="$(hueadm groups | grep Schlafzimmer | cut -d ' ' -f 1)"
|
||||||
|
|
||||||
|
hueadm recall-scene "$scene" "$group"
|
||||||
|
else
|
||||||
|
echo "Select a scene from the following list:"
|
||||||
|
if [ command -v rg &>/dev/null ]; then
|
||||||
|
hueadm scenes | rg '^.*\d$' | awk '{print $2}' | sort -u
|
||||||
|
else
|
||||||
|
hueadm scenes | awk '{print $2}' | tail -n +2 | sort -u
|
||||||
|
fi
|
||||||
|
fi
|
|
@ -113,6 +113,7 @@ fi
|
||||||
unset __conda_setup
|
unset __conda_setup
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
export PATH="/home/leon/.volta/bin:$PATH"
|
||||||
|
|
||||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||||
export SDKMAN_DIR="$HOME/.sdkman"
|
export SDKMAN_DIR="$HOME/.sdkman"
|
||||||
|
|
Loading…
Reference in a new issue