Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 685 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 685 Bytes

dotfiles

Setup Script

curl -sL key.nella17.tw | bash -x
curl -sL git.io/nella17-setup.sh | bash

Setup on Linux

sudo apt install -y tmux vim curl git zsh htop
curl -sL key.nella17.tw | bash -x
curl -sL git.io/nella17-setup.sh | bash -x
vim +PlugUpdate +qall
zsh ~/.zim/zimfw.zsh install
sudo chsh -s `which zsh` $USER
# optional packages
sudo apt install -y mtr net-tools unzip zip netcat nmap nload cloc

nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install --lts