Welcome to My-CFG! This repository provides automated setup scripts to configure my environments on both Windows and Linux (Ubuntu). Customize UI style, set up shortcuts, remove unwanted applications, and install the ones I need.
git clone https://github.com/raissonsouto/my-cfg.git && bash my-cfg/linux/run-all.sh
-
Open Windows PowerShell as an administrator.
-
Allow Windows to run scripts without been digitally signed.
set-executionpolicy Unrestricted
- Navigate to the directory containing the
windows.ps1
.
cd ~/Downloads/my-cfg/my-cfg-main/
- Run the
windows.ps1
script. Obs: Modify ``windows.ps1` to your own needs before run it.
windows/windows.ps1
- Disable scripts without been digitally signed.
set-executionpolicy Restricted
Fell free to enhance and expand My-CFG further. If you have improvements, bug fixes, or new features to propose, open an issue or submit a pull request.