Make yourself comfortable on any Android, Linux, or Windows machine. Here are my personal settings to feel cozy and to set up everything as fast as possible.
- Git available? If yes, execute in a terminal window:
cd ~; git clone https://github.com/fleschutz/my-settings
- Otherwise, download and extract this repo into the home folder (see green button above).
- On Windows: Uninstall bloatware by executing:
./uninstall-bloatware.ps1
, then install basic apps by executing:./install-basic-apps.ps1
. - On Linux: Install basic packages by executing:
sudo apt install ...
, then install basic snaps by executing:snap install ant audacity bashtop chromium cmake emacs ffmpeg firefox gimp go groovy htop hw-probe nano python38
.
- Set a desktop wallpaper: Open Windows Settings > Personalisation and choose an image in the desktop wallpapers subfolder.
- Set a desktop lockscreen: Open Windows Settings > Personalisation and choose an image in the desktop lockscreens subfolder.
- Install system-wide fonts for coding: Open the File Explorer, go to the fonts/Fira_Code_v6.2/ttf subfolder, select all, and install the fonts.
- Configure Windows Terminal to use those fonts.
- Configure Visual Studio Code to use those fonts.
- Configure Visual Studio 2017 to use those fonts.
- Open the File Explorer and go to the folder icons subfolder.
- Activate the 'Large Icon' view and select the appropriate icon.
- Copy that icon file into your folder and rename it to 'folder.jpg'.
In a terminal window execute the following: (copy&paste recommended)
cd ~
git clone https://github.com/fleschutz/my-settings
cd my-settings
cp powershell-profile.ps1 $PROFILE (when in a PowerShell session)
Send your email feedback to: markus.fleschutz [at] gmail.com
This open source project is licensed under the CC0 license. All trademarks are the property of their respective owners.