diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index eb07093..0835a55 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -9,7 +9,7 @@ colors: white: "#ebdbb2" yellow: "#fabd2f" normal: - black: "#282828" + black: "#665c54" # this is used for comments in bash, so let's make it visible... blue: "#458588" cyan: "#689d6a" green: "#98971a" @@ -24,13 +24,13 @@ colors: foreground: "#ebdbb2" cursor: - style: + style: shape: "Block" - blinking: "On" + blinking: "Never" unfocused_hollow: true font: + normal: { "family": "Fira Code Nerd Font" } #normal: { "family": "APL 385 Unicode" } - normal: { "family": "Fira Code" } #normal: { "family": "Jetbrains Mono" } #normal: { "family": "Victor Mono" } #normal: { "family": "Monoid" } @@ -44,6 +44,31 @@ font: key_bindings: - { "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 mouse: double_click: { "threshold": 300 } diff --git a/nvim/.config/nvim/fnl/dots/plugins.fnl b/nvim/.config/nvim/fnl/dots/plugins.fnl index 6bbf9ce..885801e 100644 --- a/nvim/.config/nvim/fnl/dots/plugins.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins.fnl @@ -72,6 +72,7 @@ :petertriho/nvim-scrollbar {:config #(setup :scrollbar)} + ; editing and movement <<< :jiangmiao/auto-pairs {} :tpope/vim-repeat {} diff --git a/nvim/.config/nvim/fnl/dots/plugins/noice.fnl b/nvim/.config/nvim/fnl/dots/plugins/noice.fnl index b45224a..543ef67 100644 --- a/nvim/.config/nvim/fnl/dots/plugins/noice.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins/noice.fnl @@ -39,7 +39,6 @@ {:view "cmdline_output" :filter {:error true :min_height 6}}]}) -(+ 1 b) (defn- setup-noice-theme [] (utils.highlight-add :NoicePopupmenu {:bg colors.dark0_hard}) (utils.highlight-add :NoiceCmdline {:bg "#1f2324"}) diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json index 454424d..f65ff04 100644 --- a/nvim/.config/nvim/lazy-lock.json +++ b/nvim/.config/nvim/lazy-lock.json @@ -1,4 +1,5 @@ { + "ChatGPT.nvim": { "branch": "main", "commit": "3f6fd348df53b9d15aa0a58709562cf0a3b4636a" }, "agda-vim": { "branch": "master", "commit": "4a0f475aaef756702222bdd5b01e25f814f5691f" }, "aniseed": { "branch": "master", "commit": "a7445c340fb7a0529f3c413eb99d3f8d29f50ba2" }, "antifennel-nvim": { "branch": "master", "commit": "79261d02213a5093135e5d02431682f04459f0f7" }, @@ -41,6 +42,7 @@ "neoformat": { "branch": "master", "commit": "ec601d38a2e9309109f405ce038c5a6ce774f1a9" }, "neogit": { "branch": "master", "commit": "981207efd10425fef82ca09fa8bd22c3ac3e622d" }, "nerdcommenter": { "branch": "master", "commit": "98cc4a2d64ca67cccbf5b5cf47c682ebadaaff58" }, + "nui.nvim": { "branch": "main", "commit": "257da38029d3859ed111804f9d4e95b0fa993a31" }, "nvim-bufferline.lua": { "branch": "main", "commit": "874f869a24e568980294b3200fc9dd842db65a36" }, "nvim-cmp": { "branch": "main", "commit": "11a95792a5be0f5a40bab5fc5b670e5b1399a939" }, "nvim-code-action-menu": { "branch": "main", "commit": "e4399dbaf6eabff998d3d5f1cbcd8d9933710027" }, diff --git a/scripts/scripts/hue.sh b/scripts/scripts/hue.sh new file mode 100755 index 0000000..97ff193 --- /dev/null +++ b/scripts/scripts/hue.sh @@ -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 diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 2a93cf9..0f3a6aa 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -113,6 +113,7 @@ fi unset __conda_setup # <<< conda initialize <<< +export PATH="/home/leon/.volta/bin:$PATH" #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! export SDKMAN_DIR="$HOME/.sdkman"