Yay
Yay is an AUR helper written in go. It is a wrapper around pacman and makepkg. It is designed to be used with the Arch User Repository to provide an easy way to install packages from the AUR (e.g. ...
Yay is an AUR helper written in go. It is a wrapper around pacman and makepkg. It is designed to be used with the Arch User Repository to provide an easy way to install packages from the AUR (e.g. ...
Distributions Arch Linux get iso If you want a graphical install or install without manuall partitioning you can use the install script by typing archinstall or use EndeavourOS Arch Linux is a ...
Chocolatey is a package manager for Windows. It is similar to apt, yum, and other package managers. Install Open a powershell (no admin) and run the following command: Set-ExecutionPolicy Remote...
Chocolatey is a package manager for Windows. It is similar to apt, yum, and other package managers. Install Open a powershell as administrator and run the following command: @"%SystemRoot%\Syste...
Get started Create a new project npx create-electron-app@latest my-app nodejs and npm must be installed Run the app cd my-app npm start Build the app Build the app for your current pla...
Why Zsh? automatic cd (change directory) when you type a directory name suggestions based on previous commands spelling correction approximate completion various plugins and themes Inst...
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. It adds static types to JavaScript, which can help catch errors early and enha...
SASS or SCSS is a CSS preprocessor. It allows you to use variables, functions, and other features that don’t exist in plain CSS. To install SASS, run: npm install -g sass To compile a .scss fil...
Nix is a package manager for Linux. It is similar to apt, yum, and other package managers. pros packages are up to date very fast cons unintuitive command names no full arm64 support...
Jekyll is a static site generator. It can be used to create a website without a database. macOS installation (arm64) xcode-select --install brew install rbenv ruby-build rbenv install 3.1.2 rbenv...