1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 15:23:15 +00:00

Fish: get fisher from a submodule

This commit is contained in:
Phantop 2020-07-29 14:21:20 -04:00
parent 556533f307
commit caaa8decc6
7 changed files with 13 additions and 9 deletions

View file

@ -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

1
.config/fish/fisher Submodule

@ -0,0 +1 @@
Subproject commit c9393460cfa1e4569780291b3728476d054189bc

View file

@ -0,0 +1 @@
../fisher/fisher.fish

View file

@ -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

View file

@ -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

3
.gitmodules vendored
View file

@ -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

2
.setup
View file

@ -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