10 lines
125 B
Bash
Executable file
10 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Apps
|
|
spotify &
|
|
discord &
|
|
thunderbird &
|
|
|
|
# Terminal Apps
|
|
kitty --class btop btop &
|
|
kitty --class nvtop nvtop &
|