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:
parent
556533f307
commit
caaa8decc6
1
.config/fish/.gitignore
vendored
1
.config/fish/.gitignore
vendored
|
@ -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
1
.config/fish/fisher
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c9393460cfa1e4569780291b3728476d054189bc
|
1
.config/fish/functions/fisher.fish
Symbolic link
1
.config/fish/functions/fisher.fish
Symbolic link
|
@ -0,0 +1 @@
|
|||
../fisher/fisher.fish
|
|
@ -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
|
|
@ -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
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue