Skip to content

bupt1987/conf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#各种bash配置

git clone https://github.com/bupt1987/conf.git ~/conf

连接配置文件

linux =>  ~/conf/bash/link.sh
mac   =>  ~/conf/mac/link.sh

使文件生效

linux =>  cat ~/conf/bash/bashrc >> ~/.bashrc
mac   =>  ~/conf/mac/init_zsh.sh && cat ~/conf/mac/bashrc >> ~/.zshrc

取消连接

linux =>  ~/conf/bash/unlink.sh
mac   =>  ~/conf/mac/unlink.sh

About

linux, mac 个人配置

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.1%
  • PHP 23.5%
  • Dockerfile 12.8%
  • C 4.4%
  • Perl 4.2%