feat: Use nix-shell interpreter

This commit is contained in:
punkfairie 2024-11-23 11:37:18 -08:00
parent 912ae5df82
commit d71ac27523
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696
7 changed files with 33 additions and 19 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x
@ -17,4 +19,4 @@ theme='style-1'
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi
-theme "${dir}"/${theme}.rasi

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x
@ -16,4 +18,4 @@ theme='style-10'
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi
-theme "${dir}"/${theme}.rasi

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x
@ -16,4 +18,4 @@ theme='style-1'
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi
-theme "${dir}"/${theme}.rasi

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x
@ -15,4 +17,4 @@ theme='style-1'
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi
-theme "${dir}"/${theme}.rasi

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x
@ -16,4 +18,4 @@ theme='style-1'
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi
-theme "${dir}"/${theme}.rasi

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p rofi
# shellcheck shell=bash
## Author : Aditya Shakya (adi1090x)
## Github : @adi1090x
@ -16,4 +18,4 @@ theme='style-1'
## Run
rofi \
-show drun \
-theme ${dir}/${theme}.rasi
-theme "${dir}"/${theme}.rasi