Skip to content
/ misc Public

各种软件的配置文件及其一键配置脚本

Notifications You must be signed in to change notification settings

shui-dun/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misc

各种软件的配置文件

以及其中部分软件在Debian系下的一键配置脚本

配置单个软件

bash 软件名/install.sh 2> >(tee -a error.log)

其中,>(tee -a error.log) 是一个进程替代,它将stderr (2>)的内容传递给tee命令。tee命令将stderr的内容写入error.log文件并同时输出到控制台。

配置所有软件

bash config.sh 2> >(tee -a error.log)

注意

  • 执行上述脚本时不要加sudo,因为有些命令加了sudo无法正常运行,例如chsh -s /bin/zsh
  • 在执行之前最好设置好 http_proxyhttps_proxy,因为一些脚本会读取这两个环境变量进行一些配置

About

各种软件的配置文件及其一键配置脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published