10 lines
399 B
Bash
Executable File
10 lines
399 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Read platform to install on (only if no platform file present in ~/.config/)
|
|
read -p "Choose the configs to install, Laptop or Desktop (l/D): " platform
|
|
|
|
# Packages to be added to install: aylurs-gtk-shell-git, brightnessctl, zoxide, trash-cli, fzf, ouch
|
|
# Install yazi plugins using ya pack -a ndtoan96/ouch and ya pack -a boydaihungst/restore
|
|
#
|
|
# TODO: get configs from current setup
|