From 31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Feb 2026 13:30:52 +0530 Subject: Remove nvim setup --- README.md | 1 - config/lf/lfrc | 3 +-- config/qutebrowser/config.py | 9 +++++---- config/zsh/aliases.zsh | 6 +++--- home.nix | 2 +- overlays/neovim.nix | 2 +- scripts/bin/open | 1 - scripts/bin/sidekick | 2 +- 8 files changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 639952d..34e9f0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Dotfiles ## The tools I'm managing here actively are -* `nixos` - OS * `dwm` - Window manager ([My fork of dwm](https://github.com/phenax/dwm)) * `st` - Terminal ([My fork of st](https://github.com/phenax/st)) * `shotkey` - Key bindings [Simple hotkey daemon](https://github.com/phenax/shotkey) [My config](https://github.com/phenax/shotkey/blob/personal/config.h) diff --git a/config/lf/lfrc b/config/lf/lfrc index 378efda..32f21f9 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -135,5 +135,4 @@ map gp cd ~/Pictures map gsc cd ~/Pictures/screenshots map gmnt cd /run/media/imsohexy map gdc cd ~/Documents -map gkb cd /run/user/1000/keybase/kbfs - +map gkb cd /run/user/1000/keybase/kbfs \ No newline at end of file diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 8dd14dd..6a1fb0a 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -93,11 +93,11 @@ c.input.insert_mode.auto_load = True c.input.insert_mode.leave_on_load = True # File selector -lf_file_picker = ['st', '-i', '-g', '170x40+50+50', '-e', 'sh', '-c', 'DAFFM_SELECTIONS_OUT={} daffm -c @picker'] +daffm_file_picker = ['st', '-i', '-g', '170x40+50+50', '-e', 'sh', '-c', 'DAFFM_SELECTIONS_OUT={} daffm -c @picker'] c.fileselect.handler = 'external' -c.fileselect.single_file.command = lf_file_picker -c.fileselect.multiple_files.command = lf_file_picker -c.fileselect.folder.command = lf_file_picker +c.fileselect.single_file.command = daffm_file_picker +c.fileselect.multiple_files.command = daffm_file_picker +c.fileselect.folder.command = daffm_file_picker # Hints c.hints.auto_follow = 'always' @@ -130,6 +130,7 @@ nunmap("+") nunmap("-") nunmap("=") nmap("z=", "zoom-in") +nmap("z+", "zoom-in") nmap("z-", "zoom-out") nmap("zz", "zoom") diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 9c0d1f8..d5a8e98 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -31,9 +31,9 @@ qr-str() { curl qrenco.de/$1; } alias dl-audio="youtube-dl --ignore-errors --output '%(title)s.%(ext)s' --extract-audio"; # Swallow window -alias smpv="swallow mpv"; -alias ssxiv="swallow sxiv"; -alias szathura="swallow zathura"; +# alias smpv="swallow mpv"; +# alias ssxiv="swallow sxiv"; +# alias szathura="swallow zathura"; # Dictionary dict() { curl dict://dict.org/d:$1; } diff --git a/home.nix b/home.nix index 54294a0..e3a0d9e 100644 --- a/home.nix +++ b/home.nix @@ -88,7 +88,7 @@ in home.file = { ".config/xorg".source = ./config/xorg; ".config/zsh".source = ./config/zsh; - ".config/nvim".source = ./config/nvim; + # ".config/nvim".source = ./config/nvim; ".config/qutebrowser".source = ./config/qutebrowser; ".config/sxiv".source = ./config/sxiv; ".local/share/qutebrowser/userscripts".source = ./config/qutebrowser/userscripts; diff --git a/overlays/neovim.nix b/overlays/neovim.nix index 3e8e6c5..39f5e06 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -1,5 +1,5 @@ let - rev = "928308a20559523bb3898861a6f28e9589ab3a0e"; # (19 Sept 2025) + rev = "14a21b492d6acd79495b14c9d127a94b77c0b72c"; # (24 Dec 2025) in import (builtins.fetchTarball { url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz"; diff --git a/scripts/bin/open b/scripts/bin/open index 001d784..4de30c9 100755 --- a/scripts/bin/open +++ b/scripts/bin/open @@ -67,4 +67,3 @@ open() { echo "Couldn't open file. Add rule to opener."; exit 1; } open; - diff --git a/scripts/bin/sidekick b/scripts/bin/sidekick index a2cff55..ca130b6 100755 --- a/scripts/bin/sidekick +++ b/scripts/bin/sidekick @@ -1,3 +1,3 @@ #!/usr/bin/env sh -~/dev/projects/nvim-sidekick-dashboard/bin/sidekick +exec ~/dev/projects/nvim-sidekick-dashboard/bin/sidekick -- cgit v1.3.1