Skip to content

Instantly share code, notes, and snippets.

@genadyp
Last active April 21, 2021 08:02
Show Gist options
  • Select an option

  • Save genadyp/d16e47c05e6fd8137167ad4244c7ae79 to your computer and use it in GitHub Desktop.

Select an option

Save genadyp/d16e47c05e6fd8137167ad4244c7ae79 to your computer and use it in GitHub Desktop.
linux installation suggested apps

dev

  • git
    • ssh-key
  • docker
    • sudo apt install docker.io
  • microk8s
    • sudo snap install microk8s --classic
    • sudo usermod -a -G microk8s genadyp
    • sudo chown -f -R genadyp ~/.kube
    • microk8s.enable dns dashboard
    • microk8s kubectl completion bash > mikrok8s-completion.bash

python

  • pip completion --bash >> ~/.bashrc pip completion --bash > pip-completion.bash pip3 completion --bash >> ~/.bashrc pip3 completion --bash > pip3-completion.bash
  • pycodstyle
    • pip install pycodestyle

archives

  • atool
  • patool
  • 7-zip
  • unrar

terminal

  • ranger
  • tree
  • ls++
  • colordiff
  • pygmentize

text

  • vim
  • vscode

package manager

  • linuxbrew
  • rvm
  • cpanm
  • sdkman
  • nvm
  • pip
    • apt install python-pip
    • apt install python3-pip

system

  • htop
  • curl
  • wget
  • redshift
    • alternative: f.lux

search

  • fzf

Office

  • Microsoft TrueType core fonts
    sudo apt install ttf-mscorefonts-installer

openbox

  • openbox
  • obmenu
  • obmenu-generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment