linux mint 安装后要装的东西

  • 要安装的东西
    • oh-my-zsh
          • first install zsh
    • vim
          • my vim config
    • git
    • docker
    • mongodb
    • nodejs
          • use nvm install node
          • install nvm script
          • if use zsh and add zshrc
          • install node
    • cnpm
    • webstrom
    • ibus-rime
    • kazam
    • xmind

要安装的东西

oh-my-zsh

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

vim

my vim config
        https://github.com/Pioneer-Linzi/vim.git

git

docker

mongodb

nodejs

use nvm install node
install nvm script
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
if use zsh ,and add ~/.zshrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
 source ~/.zshrc
install node
nvm install node
nvm use node
node -v

cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

webstrom

ibus-rime

kazam

xmind

你可能感兴趣的:(linux)