Skip to content

Latest commit

 

History

History
90 lines (60 loc) · 2.1 KB

linux-format.md

File metadata and controls

90 lines (60 loc) · 2.1 KB

Updates 2021

Things to install

  1. slack
  2. zoom

  1. vscode
  2. chrome / firefox / brave
  3. insomnia
  4. docker / docker-compose
  5. nvm / yarn / vtop
  6. tilix
  7. oh-my-zsh
  8. gitk

  1. spotfy
  2. telegram
  • migrate data from last-password to one-password?

installed with store

tilix

-- exporting / importing tilix config dconf dump /com/gexperts/Tilix/ > tilix.dconf dconf load /com/gexperts/Tilix/ < tilix.dconf

installed with proper .deb

slack vscode

installed with snap

sudo snap install spotify

custom installed

install oh-my-zsh

sudo apt-get install zsh curl git sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

generate github ssh key

ssh-keygen -t rsa -b 4096 -C "[email protected]" sudo apt-get install xclip xclip -sel clip < ~/.ssh/id_rsa.pub

install nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash

please remember to export zsh

install linuxbrew

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" sudo apt-get install build-essential echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' &gt;&gt;~/.profile eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)

install docker-compose

sudo apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" sudo apt-get update sudo apt-get install docker-ce

sudo curl -L https://github.com/docker/compose/releases/download/1.20.0/docker-compose-`uname -s-uname -m` -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose

sudo groupadd docker sudo usermod -aG docker $USER

Utils install

install telegram-desktop