Giter Club home page Giter Club logo

system-configurator's Introduction

System Configurator Utility

This is a personal README which includes steps and utilities to set up a convenient development environment on Windows and Linux. It includes a Python script to set up the command line and development environment in a new Unix environment or for MinGW and git on Windows.

Windows

  1. Install Sublime Text
  2. Install MSYS2
  3. Install Windows Terminal
  4. Install git for Windows
  5. Install VS Code
  6. Install Ninja
  7. Install WSL2

PowerShell

  1. Allow executing PowerShell scripts

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
  2. You can create a Microsoft.Powershell_profile.ps1 file in the MicrosoftPowerShell folder which will be loaded when opening PowerShell. An example file is provided in the Windows/PowerShell folder

  3. It is recommended to install posh-git for better git integration

Ubuntu

Python script to install various useful programs can be found in Ubuntu folder. Install git first to clone the script

sudo apt-get install git

List of reconfigured settings:

  1. Minimize to dock enabled

List of installed tools and applications:

  • neovim
  • xclip
  • zsh
  • Spotify
  • Discord
  • PyCharm Professional
  • VS Code
  • cmake
  • ninja
  • KeyPassXC
  • Sublime Text
  • Rust
  • ripgrep
  • find (fd)
  • exa

Generating and signing commits with GPG

Follow this guide.

After generating a key, the secret key can be exported with the following command

gpg --output private.pgp --armor --export-secret-key <username/mail or key ID>

And then import this file with gpa or Kleopatra.

You can export the public key with the following command

gpg --output public.pgp --armor --export <username/mail or key ID>

This key can be uploaded to Github, Gitlab to allow verification of commits

Dual-Boot Configuration

You can disable the grub timeout by opening the /etc/default/grub file and setting GRUB_TIMEOUT to -1.

In dual-boot configuration, Linux might mess with Windows times or vice-versa. You can fix this by running following command

timedatectl set-local-rtc 1 --adjust-system-clock

Neovim Configuration

Neovim configuration Repo

system-configurator's People

Contributors

robamu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.