Skip to content

softlyfear/my-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Install

Setting server

source <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/server-scripts/configuring_server.sh)

Add gnome + xrdp

source <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/server-scripts/add_gnome_xrdp.sh)

Add xfce + xrdp

source <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/server-scripts/add_xfce_xrdp.sh)

Download Makefile for FastApi projects

wget -O Makefile https://raw.githubusercontent.com/softlyfear/my-script/main/dev-tools/Makefile

Installs svcctl — a utility to manage postgresql and docker services (start/stop/restart/status/enable/disable)

bash <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/server-scripts/install_svcctl.sh)

svcctl (service manager)

svcctl status all
svcctl start postgresql
svcctl stop docker

Devsetup by direct link (no pre-install needed)

Runs devsetup directly from GitHub and installs the full default stack: git, uv, make, docker, and postgresql

bash <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/dev-tools/install-dev-tools.sh)

Devsetup with explicit selection

Runs devsetup from GitHub with your chosen packages only (e.g. git uv make or docker postgresql)

bash <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/dev-tools/install-dev-tools.sh) git uv make docker postgresql

Full system update (apt + snap + flatpak)

bash <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/server-scripts/update_system_all.sh)

Install sysupdate globally (run updates anytime)

bash <(curl -fsSL https://raw.githubusercontent.com/softlyfear/my-script/main/server-scripts/install_sysupdate.sh)

Run local update command

sysupdate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors