https://github.com/mortinger91/linuxsetup
Initial setup of a freshly installed Linux system, how I like it.
https://github.com/mortinger91/linuxsetup
bash linux script setup shell
Last synced: 3 months ago
JSON representation
Initial setup of a freshly installed Linux system, how I like it.
- Host: GitHub
- URL: https://github.com/mortinger91/linuxsetup
- Owner: mortinger91
- Created: 2022-12-13T22:56:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-28T13:59:52.000Z (4 months ago)
- Last Synced: 2025-10-04T05:53:17.998Z (4 months ago)
- Topics: bash, linux, script, setup, shell
- Language: Shell
- Homepage:
- Size: 248 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinuxSetup
Setup of a freshly installed Linux system, how I like it.
After the first install, the config can be easily updated.
This helps if you want to keep multiple machines in sync with the same config.
Supports Debian-like systems.
## First time setup on a new machine:
1 - choose a folder: `~/dev`
2 - `mkdir ~/dev`
3 - `git clone https://github.com/mortinger91/LinuxSetup.git ~/dev/LinuxSetup`
4 - `~/dev/LinuxSetup/init-config.sh`
Make sure to use the absolute path of the repo when running the `init-config.sh` script.
## How to pull latest changes to your local config:
1 - `update-config`
## How to add changes to the remote config:
1 - Modify or add any new file in the `scripts` private repo. Do not push new changes to this repo, they will be overridden