10 lines
149 B
Bash
Executable file
10 lines
149 B
Bash
Executable file
#!/bin/env bash
|
|
|
|
echo "Installing general apps"
|
|
|
|
yay -S --needed neovim \
|
|
network-manager-applet \
|
|
ghostty \
|
|
btop \
|
|
zoxide fzf \
|
|
superfile
|