.
├── bin # Custom bin
├── cfg # Software configs
├── os # OS setup scripts
├── profiles.d # Custom env, alias...
├── install.sh # OS Init, Software Install...
├── flow.graph # Graph:Easy flow
├── flow.svg # SVG generated based on flow.graph
├── gen_flow.sh # Install Graph:Easy & generate flow.svg
└── README.md
4 directories, 2 files
- Manually back up all configurations:
$XDG_CONFIG_HOMEor~/.config/ - Read the code:
install.sh,./os/setup.sh,./os/{commons, darwin, linux}/setup.sh - Modify to your own configuration
- Softwares:
./os/{commons, darwin, linux}/setup.sh: Softwares Section - Software Configs:
./cfg/{software name}/
- Softwares:
- Run
./install.sh