aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-19 18:46:56 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-19 18:46:56 +0530
commit9aa0070e137ac3e2b90284ed82f1751a601e18e1 (patch)
tree666f5fb60282f0385d2c7806b81adfb433f97efe
parent9b10a58de35d9a2076f4a93f6fb63f488b8fb084 (diff)
sync_out script + no more llms
-rw-r--r--hypr/hyprland/keybinds.conf3
-rw-r--r--hypr/hyprland/vars.conf1
-rwxr-xr-xinstall.sh2
-rw-r--r--nvim/lua/options.lua1
-rwxr-xr-xsync_out.sh4
5 files changed, 7 insertions, 4 deletions
diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf
index 9c2e6af..a83f449 100644
--- a/hypr/hyprland/keybinds.conf
+++ b/hypr/hyprland/keybinds.conf
@@ -73,9 +73,6 @@ bindl = ,XF86AudioPause, exec, playerctl play-pause
bindl = ,XF86AudioPlay, exec, playerctl play-pause
bindl = ,XF86AudioPrev, exec, playerctl previous
-# Special OMEN key
-bindel = ,code:157, exec, $llm
-
bind = $mainMod, equal, exec, ~/.config/hypr/hypr-zoom/exec.sh
bind = $mainMod, bracketleft, exec, ~/.config/hypr/hyprsunset/increase_sunset.sh
bind = $mainMod, bracketright, exec, ~/.config/hypr/hyprsunset/decrease_sunset.sh
diff --git a/hypr/hyprland/vars.conf b/hypr/hyprland/vars.conf
index 372e065..519ec93 100644
--- a/hypr/hyprland/vars.conf
+++ b/hypr/hyprland/vars.conf
@@ -1,5 +1,4 @@
$terminal = foot
$fileManager = foot -e yazi
-$llm = foot -e ollama run phi4
$menu = wofi -a --show drun
$taskManager = foot -e btop --force-utf
diff --git a/install.sh b/install.sh
index 9e46ee3..69b066a 100755
--- a/install.sh
+++ b/install.sh
@@ -5,6 +5,8 @@ mkdir -p ~/.config
sudo cp -r hypr foot nvim tmux waybar wofi yazi starship.toml ~/.config
sudo cp -r Wallpapers ~/Pictures
+echo "Rebuilding..."
+
# Although we are sending the configs to /etc/nixos, we aren't actually using them with the flake setup
# Consider the operation purely for vanity
sudo cp -r nixos /etc
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua
index c5af716..b50a463 100644
--- a/nvim/lua/options.lua
+++ b/nvim/lua/options.lua
@@ -4,6 +4,7 @@ require "nvchad.options"
vim.opt.wrap = false
vim.opt.spell = true
vim.opt.spelllang = { "en" }
+vim.opt.colorcolumn = "80"
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!
diff --git a/sync_out.sh b/sync_out.sh
new file mode 100755
index 0000000..05fdaca
--- /dev/null
+++ b/sync_out.sh
@@ -0,0 +1,4 @@
+echo "Inserting files..."
+mkdir -p ~/.config
+sudo cp -r hypr foot nvim tmux waybar wofi yazi starship.toml ~/.config
+sudo cp -r Wallpapers ~/Pictures