Add interpreter directive to fish scripts
This commit is contained in:
parent
28ee7751fa
commit
7b6d6d32eb
8 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function install -a path
|
||||
pushd $path
|
||||
./.install.fish
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.local/share/applications
|
||||
cp *.desktop ~/.local/share/applications/
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/fontconfig
|
||||
cp fonts.conf ~/.config/fontconfig/
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
#!/usr/bin/env fish
|
||||
cp gitconfig ~/.gitconfig
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/kitty
|
||||
cp *.conf ~/.config/kitty/
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/nvim
|
||||
cp init.vim ~/.config/nvim/
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/i3
|
||||
cp config ~/.config/i3/
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/i3status
|
||||
cp config ~/.config/i3status/
|
||||
|
|
Loading…
Reference in a new issue