changed shebang

This commit is contained in:
mfgbhatti 2022-01-16 17:07:32 +00:00
parent 9646bcd3b6
commit 963611de58
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Find the name of the folder the scripts are in # Find the name of the folder the scripts are in
setfont ter-v22b setfont ter-v22b

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
cp -r $HOME/.config/kitty $HOME/$SCRIPTHOME/dotfiles/kitty cp -r $HOME/.config/kitty $HOME/$SCRIPTHOME/dotfiles/kitty
konsave -s kde konsave -s kde

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/ cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
sudo cat <<EOF > /etc/vconsole.conf sudo cat <<EOF > /etc/vconsole.conf
KEYMAP=us KEYMAP=us