- node
yarn global 설정하기
요즘 Node.js 쪽 패키지 관리자는 Yarn을 사용하고 있습니다. 메모리나 속도면에서 npm보다 우수하기 떄문입니다. 전에 npm을 사용할 때는 global 설치가 크게 어렵지 않았습니다. 기본적으로 node를 설치할 때 같이 따라오기 때문에 bin 디렉토리들이 알아서 설정되어있기 때문입니다. 하지만 yarn의 경우는 바로 사용되지 않았습니다....
https://wani.kr/posts/2017/05/24/yarn-global-setting/
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm i -g yarn sudo yarn global add gtop
- docker
sudo apt install docker.io snapd -y
- vscode
sudo apt install software-properties-common apt-transport-https wget wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" sudo apt update sudo apt install code -y
- hyper
Hyper™
The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.
https://hyper.is/#installation

- curl ftp fs
sudo apt install curlftpfs
- conda
wget https://repo.anaconda.com/archive/Anaconda3-2020.05-Linux-x86_64.sh bash Anaconda3-2020.02-Linux-x86_64.sh [ENTER] yes ~/.conda yes rm Anaconda3-2020.02-Linux-x86_64.sh
