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_mode_prompt.fish
|
||||||
functions/fish_prompt.fish
|
functions/fish_prompt.fish
|
||||||
functions/fish_title.fish
|
functions/fish_title.fish
|
||||||
functions/fisher.fish
|
|
||||||
functions/humanize_duration.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://web.whatsapp.com: true
|
||||||
https://www.smashladder.com: true
|
https://www.smashladder.com: true
|
||||||
content.pdfjs:
|
content.pdfjs:
|
||||||
global: true
|
global: false
|
||||||
content.persistent_storage:
|
content.persistent_storage:
|
||||||
global: ask
|
global: ask
|
||||||
https://mega.nz: true
|
https://mega.nz: true
|
||||||
|
@ -221,6 +221,12 @@ settings:
|
||||||
global: default-public-interface-only
|
global: default-public-interface-only
|
||||||
content.xss_auditing:
|
content.xss_auditing:
|
||||||
global: false
|
global: false
|
||||||
|
downloads.location.prompt:
|
||||||
|
global: false
|
||||||
|
downloads.position:
|
||||||
|
global: top
|
||||||
|
downloads.remove_finished:
|
||||||
|
global: -1
|
||||||
editor.command:
|
editor.command:
|
||||||
global:
|
global:
|
||||||
- nvim
|
- nvim
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
||||||
[submodule ".config/mpv/scripts/mpv-mpris"]
|
[submodule ".config/mpv/scripts/mpv-mpris"]
|
||||||
path = .config/mpv/scripts/mpv-mpris
|
path = .config/mpv/scripts/mpv-mpris
|
||||||
url = https://github.com/hoyon/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
2
.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'
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
nvim +PlugUpdate +q +q
|
nvim +PlugUpdate +q +q
|
||||||
|
|
||||||
fish -c getfisher
|
fish -c fisher
|
||||||
|
|
Loading…
Reference in a new issue