chore: Add anyrun to binaries
This commit is contained in:
parent
48d34ec7af
commit
1c6a9f49e7
2 changed files with 2 additions and 1 deletions
|
|
@ -23,10 +23,10 @@ save() {
|
||||||
}
|
}
|
||||||
|
|
||||||
load() {
|
load() {
|
||||||
|
sudo paru -S - <"$pacfile"
|
||||||
while read app; do
|
while read app; do
|
||||||
flatpak install "$app" -y
|
flatpak install "$app" -y
|
||||||
done <"$flatfile"
|
done <"$flatfile"
|
||||||
sudo paru -S - <"$pacfile"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
|
|
||||||
1
setup.sh
1
setup.sh
|
|
@ -32,6 +32,7 @@ cargo install --path anyrun/
|
||||||
mkdir -p ~/.config/anyrun/plugins
|
mkdir -p ~/.config/anyrun/plugins
|
||||||
cp target/release/*.so ~/.config/anyrun/plugins
|
cp target/release/*.so ~/.config/anyrun/plugins
|
||||||
cp examples/config.ron ~/.config/anyrun/config.ron
|
cp examples/config.ron ~/.config/anyrun/config.ron
|
||||||
|
sudo cp ~/.carbo/bin/anyrun /usr/bin/.
|
||||||
|
|
||||||
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
||||||
fisher install IlanCosman/tide@v5
|
fisher install IlanCosman/tide@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue