Skip to content
/ tools Public

Developed for members of Plasma Simulation and Experiment Group (PSEG)

Notifications You must be signed in to change notification settings

wilds9/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tools

Developed for members of Plasma Simulation and Experiment Group (PSEG)

The project homepage is https://github.com/wilds9/tools. (For network unimpeded considerations, this project also has a backup mirror: https://gitee.com/wilds9/tools)

Configuration instructions

Download and install

From github.com

mkdir -p ~/.local/opt && cd ~/.local/opt && rm -rf tools/ && git clone https://github.com/wilds9/tools.git && echo -e '\n[[ $TOOLS_LOADED == "" ]] && { TOOLS_LOADED=1; source ~/.local/opt/tools/tools.sh;}' >> ~/.bashrc && source ~/.bashrc && cd -

From gitee.com

mkdir -p ~/.local/opt && cd ~/.local/opt && rm -rf tools/ && git clone https://gitee.com/wilds9/tools.git && echo -e '\n[[ $TOOLS_LOADED == "" ]] && { TOOLS_LOADED=1; source ~/.local/opt/tools/tools.sh;}' >> ~/.bashrc && source ~/.bashrc && cd -

Update

cd ~/.local/opt/tools/ && git pull && cd -

Uninstall

Remove the following line from the file “~/.bashrc”:

[[ $TOOLS_LOADED == "" ]] && { TOOLS_LOADED=1; source ~/.local/opt/tools/tools.sh;}

Support

If you have any questions, please send email to huidexuan@gmail.com

About

Developed for members of Plasma Simulation and Experiment Group (PSEG)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published