Dotfiles

Dotfiles

About dotfiles:

Get latest release from GitHub / latest version

If you need the latest version of Gist follow the described URL pattern: permalink to the latest version of gist

Properly install Golang

1
2
sudo apt install -y golang
go env

but sometimes you will need the latest version, that can be also done easily as, for Ubuntu, is officially described here

sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang

Tool: jq is like sed for JSON data

Install JQ simply by typing:

sudo apt install -y jq

On Windows it’s easy as: scoop install jq


GitHub does dotfiles - dotfiles.github.io


date 14. Mar 2021 | modified 03. Feb 2023
filename: Command Line » Dotfiles and Prompts