Skip to content

Instantly share code, notes, and snippets.

@S0PEX
Created March 12, 2022 10:48
Show Gist options
  • Save S0PEX/a42f1042bd01212a36e3f85bfdc9b936 to your computer and use it in GitHub Desktop.
Save S0PEX/a42f1042bd01212a36e3f85bfdc9b936 to your computer and use it in GitHub Desktop.

Manjaro

Once I have Manjaro (Gnome) installed I will install the following packages:

Coding related

  • jetbrains-toolbox from AUR, used to install Clion, Rider and Intellij
  • vscode this will use the oss version by default
  • gitkraken Git GUI
  • nvm Node Version Manager, hustle free version management

VSCode Plugins

  • eslint
  • prettier
  • editorconfig
  • vscode-commitizen
    • Based on commitizen-cli, i.e npm install -g commitizen
    • Using this to generate my commit messages systemwide by enforcing Conventional Commits guidelines.

Make sure to enable autoformat on save and set prettier as default formatter

Messaging

  • Thunderbird
  • Slack
  • Discord
  • Element

QoL, and etc.

SSH

I recommend moving from rsa to ed25519

ssh-keygen -t ed25519 -b 4096 -C "John Doe <john.doe@email.me>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment