同步一些常用配置

tianyun 6dfacc94b0 禁用模型生成成功消息的显示 hai 7 meses
app 4589f1fbfe 1 hai 8 meses
.gitignore 792c1bf0fc 新增.gitignore和sh_config.sh文件。 hai 1 ano
DirectoryV3.xml 11e17c9d0f 1 hai 9 meses
README.md 4589f1fbfe 1 hai 8 meses
go_config.sh 6dfacc94b0 禁用模型生成成功消息的显示 hai 7 meses
mac_config.sh 080faa9b59 1 hai 9 meses
pri_config.sh 7078ad7a87 添加代理设置和取消功能 hai 8 meses
sh_config.sh 107e0e5222 添加磁盘使用情况的别名并优化磁盘信息显示 hai 8 meses
ssh_config.sh 66a8a30eea 添加JK云端服务器的SSH连接别名 hai 8 meses
tmp.sh 8ab0770ec1 123 hai 1 ano

README.md

sync

同步一些常用配置

bashrc 配置

for file in ~/sync/*_config.sh; do
    if [ -f "$file" ]; then
        source "$file"
    fi
done

alias vim-config-file='idea ~/sync'

使用一次

source <(curl -s https://git.tianyunperfect.cn/tianyunperfect/sync/raw/master/sh_config.sh)

使用N次

sync_config_file

wget https://git.tianyunperfect.cn/tianyunperfect/sync/raw/master/sh_config.sh -O ~/.sh_config.sh && echo 'source ~/.sh_config.sh' >> ~/.bashrc
  • 一般需要设置
  • vim