Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 482 Bytes

devconfig

Linux Develop Environment Config

Storage Some My Develop Environment Configs

Include shell vim proxychains

Install method

(should have a running proxy tools)

ln -s devconfig/zsh/zshrc.zsh ~/.zshrc
cp -r devconfig/.config/* ~/.config

curl https://sh.rustup.rs -sSf | sh

cargo install starship --locked
cargo install zellij --locked
cargo install zoxide --locked

Credits: https://github.com/karin0/dotfiles https://github.com/SuperCB/MyYadmConfig