- vim
./vim/deploy-tiny.sh
- doom emacs
./doom/deploy-doom.sh
- zsh
./zsh/deploy-zshrc.sh
- rust
./rust/install-rust-self.sh
- language
- cc
./lang/cc.sh
- golang
./lang/golang.sh
- cc
The arch.yml
in ansible/
will install all needed packages, and configure the localhost well.
Only support Archlinux and Manjaro
cd ansible/
./config-arch.sh
mkdir -p ~/envs
python3 -m venv ~/envs/e3
source ~/envs/e3/bin/activate
deactivate