From caaa8decc6fb8aa73f2c3fadc61a7e9f0e7b8944 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 29 Jul 2020 14:21:20 -0400 Subject: [PATCH] Fish: get fisher from a submodule --- .config/fish/.gitignore | 1 - .config/fish/fisher | 1 + .config/fish/functions/fisher.fish | 1 + .config/fish/functions/getfisher.fish | 6 ------ .config/qutebrowser/autoconfig.yml | 8 +++++++- .gitmodules | 3 +++ .setup | 2 +- 7 files changed, 13 insertions(+), 9 deletions(-) create mode 160000 .config/fish/fisher create mode 120000 .config/fish/functions/fisher.fish delete mode 100644 .config/fish/functions/getfisher.fish diff --git a/.config/fish/.gitignore b/.config/fish/.gitignore index 9b2c98d..16af5db 100644 --- a/.config/fish/.gitignore +++ b/.config/fish/.gitignore @@ -8,5 +8,4 @@ functions/fish_greeting.fish functions/fish_mode_prompt.fish functions/fish_prompt.fish functions/fish_title.fish -functions/fisher.fish functions/humanize_duration.fish diff --git a/.config/fish/fisher b/.config/fish/fisher new file mode 160000 index 0000000..c939346 --- /dev/null +++ b/.config/fish/fisher @@ -0,0 +1 @@ +Subproject commit c9393460cfa1e4569780291b3728476d054189bc diff --git a/.config/fish/functions/fisher.fish b/.config/fish/functions/fisher.fish new file mode 120000 index 0000000..afeacf2 --- /dev/null +++ b/.config/fish/functions/fisher.fish @@ -0,0 +1 @@ +../fisher/fisher.fish \ No newline at end of file diff --git a/.config/fish/functions/getfisher.fish b/.config/fish/functions/getfisher.fish deleted file mode 100644 index 185285e..0000000 --- a/.config/fish/functions/getfisher.fish +++ /dev/null @@ -1,6 +0,0 @@ -# Defined in /tmp/fish.W9SYg1/getfisher.fish @ line 2 -function getfisher - curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish - fish -c fisher - exec fish -end diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index a0ab93d..1d5a6a9 100755 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -195,7 +195,7 @@ settings: https://web.whatsapp.com: true https://www.smashladder.com: true content.pdfjs: - global: true + global: false content.persistent_storage: global: ask https://mega.nz: true @@ -221,6 +221,12 @@ settings: global: default-public-interface-only content.xss_auditing: global: false + downloads.location.prompt: + global: false + downloads.position: + global: top + downloads.remove_finished: + global: -1 editor.command: global: - nvim diff --git a/.gitmodules b/.gitmodules index 593613f..5af6c60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".config/mpv/scripts/mpv-mpris"] path = .config/mpv/scripts/mpv-mpris url = https://github.com/hoyon/mpv-mpris +[submodule ".config/fish/fisher"] + path = .config/fish/fisher + url = https://github.com/jorgebucaran/fisher diff --git a/.setup b/.setup index d8cb5ca..5cdb7ff 100755 --- a/.setup +++ b/.setup @@ -23,4 +23,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug. https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' nvim +PlugUpdate +q +q -fish -c getfisher +fish -c fisher