1
Fork 0

Add interpreter directive to fish scripts

This commit is contained in:
Edgar P. Burkhart 2023-05-16 13:34:37 +02:00
parent 28ee7751fa
commit 7b6d6d32eb
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
8 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env fish
function install -a path
pushd $path
./.install.fish

View File

@ -1,2 +1,3 @@
#!/usr/bin/env fish
mkdir -p ~/.local/share/applications
cp *.desktop ~/.local/share/applications/

View File

@ -1,2 +1,3 @@
#!/usr/bin/env fish
mkdir -p ~/.config/fontconfig
cp fonts.conf ~/.config/fontconfig/

View File

@ -1 +1,2 @@
#!/usr/bin/env fish
cp gitconfig ~/.gitconfig

View File

@ -1,2 +1,3 @@
#!/usr/bin/env fish
mkdir -p ~/.config/kitty
cp *.conf ~/.config/kitty/

View File

@ -1,2 +1,3 @@
#!/usr/bin/env fish
mkdir -p ~/.config/nvim
cp init.vim ~/.config/nvim/

View File

@ -1,2 +1,3 @@
#!/usr/bin/env fish
mkdir -p ~/.config/i3
cp config ~/.config/i3/

View File

@ -1,2 +1,3 @@
#!/usr/bin/env fish
mkdir -p ~/.config/i3status
cp config ~/.config/i3status/