From 24140eca11ed73fc59120dbef48a4e3242035867 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 29 Aug 2023 22:13:06 -0500 Subject: [PATCH] Remove symlinks --- common/broot/conf.toml | 1 - common/broot/dark-blue-skin.hjson | 1 - common/broot/dark-gruvbox.hjson | 1 - common/broot/dark-orange-skin.hjson | 1 - common/broot/launcher/installed-v1 | 1 - common/broot/solarized-dark.hjson | 1 - common/broot/solarized-light.hjson | 1 - common/broot/white-skin.hjson | 1 - common/fish/config.fish | 2 +- os/linux/nix/daniel.nix | 4 +--- 10 files changed, 2 insertions(+), 12 deletions(-) delete mode 120000 common/broot/conf.toml delete mode 120000 common/broot/dark-blue-skin.hjson delete mode 120000 common/broot/dark-gruvbox.hjson delete mode 120000 common/broot/dark-orange-skin.hjson delete mode 120000 common/broot/launcher/installed-v1 delete mode 120000 common/broot/solarized-dark.hjson delete mode 120000 common/broot/solarized-light.hjson delete mode 120000 common/broot/white-skin.hjson diff --git a/common/broot/conf.toml b/common/broot/conf.toml deleted file mode 120000 index 00077a3..0000000 --- a/common/broot/conf.toml +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/conf.toml \ No newline at end of file diff --git a/common/broot/dark-blue-skin.hjson b/common/broot/dark-blue-skin.hjson deleted file mode 120000 index e0fb908..0000000 --- a/common/broot/dark-blue-skin.hjson +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/dark-blue-skin.hjson \ No newline at end of file diff --git a/common/broot/dark-gruvbox.hjson b/common/broot/dark-gruvbox.hjson deleted file mode 120000 index 79f427c..0000000 --- a/common/broot/dark-gruvbox.hjson +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/dark-gruvbox.hjson \ No newline at end of file diff --git a/common/broot/dark-orange-skin.hjson b/common/broot/dark-orange-skin.hjson deleted file mode 120000 index b8407bb..0000000 --- a/common/broot/dark-orange-skin.hjson +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/dark-orange-skin.hjson \ No newline at end of file diff --git a/common/broot/launcher/installed-v1 b/common/broot/launcher/installed-v1 deleted file mode 120000 index e83ac76..0000000 --- a/common/broot/launcher/installed-v1 +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/launcher/installed-v1 \ No newline at end of file diff --git a/common/broot/solarized-dark.hjson b/common/broot/solarized-dark.hjson deleted file mode 120000 index 2fb0014..0000000 --- a/common/broot/solarized-dark.hjson +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/solarized-dark.hjson \ No newline at end of file diff --git a/common/broot/solarized-light.hjson b/common/broot/solarized-light.hjson deleted file mode 120000 index cc88b8f..0000000 --- a/common/broot/solarized-light.hjson +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/solarized-light.hjson \ No newline at end of file diff --git a/common/broot/white-skin.hjson b/common/broot/white-skin.hjson deleted file mode 120000 index 03d67ca..0000000 --- a/common/broot/white-skin.hjson +++ /dev/null @@ -1 +0,0 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/white-skin.hjson \ No newline at end of file diff --git a/common/fish/config.fish b/common/fish/config.fish index ed043f4..9ef9b4a 120000 --- a/common/fish/config.fish +++ b/common/fish/config.fish @@ -1 +1 @@ -/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/fish/config.fish \ No newline at end of file +/nix/store/4skav82z6fh198p8id3bfsjgwbppw04b-home-manager-files/.config/fish/config.fish \ No newline at end of file diff --git a/os/linux/nix/daniel.nix b/os/linux/nix/daniel.nix index d167818..2f34fc0 100644 --- a/os/linux/nix/daniel.nix +++ b/os/linux/nix/daniel.nix @@ -110,15 +110,12 @@ command --quiet --search $argv[1] end ''; - # TODO: load vars, colors, functions # TODO: rtx? # TODO: homebrew? # TODO: asdf? # TODO: direnv? - # TODO: prompt and key bindings # TODO: pass and pass-otp # TODO: kitty integration - # TODO: NICE_HOME? # TODO: zellij and/or tmux? functions = { d = '' @@ -286,6 +283,7 @@ function fish_mode_prompt; end function fish_right_prompt; end + # key bindings set normal_mode "if commandline -P; commandline -f cancel; else; set fish_bind_mode default; commandline -f backward-char force-repaint; end" bind -M insert \cg skim-cd-widget