Skip to content

Automated setup to new environments with my preferences.

Notifications You must be signed in to change notification settings

raissonsouto/my-cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

My-CFG

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.

Linux

git clone https://github.com/raissonsouto/my-cfg.git && bash my-cfg/linux/run-all.sh

Windows

  1. Download this repository to your computer.

  2. Open Windows PowerShell as an administrator.

  3. Allow Windows to run scripts without been digitally signed.

set-executionpolicy Unrestricted
  1. Navigate to the directory containing the windows.ps1.
cd ~/Downloads/my-cfg/my-cfg-main/
  1. Run the windows.ps1 script. Obs: Modify ``windows.ps1` to your own needs before run it.
windows/windows.ps1
  1. Disable scripts without been digitally signed.
set-executionpolicy Restricted

Contributing

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.