Remove symlinks
This commit is contained in:
parent
3a9a7fb1dc
commit
24140eca11
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/conf.toml
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/dark-blue-skin.hjson
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/dark-gruvbox.hjson
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/dark-orange-skin.hjson
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/launcher/installed-v1
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/solarized-dark.hjson
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/solarized-light.hjson
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/broot/white-skin.hjson
|
|
@ -1 +1 @@
|
|||
/nix/store/vmfr3iw7kyh0l3a9lnw21dzarjlg1y4d-home-manager-files/.config/fish/config.fish
|
||||
/nix/store/4skav82z6fh198p8id3bfsjgwbppw04b-home-manager-files/.config/fish/config.fish
|
|
@ -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
|
||||
|
|
Reference in a new issue