|
hai 9 meses | |
---|---|---|
.gitignore | hai 1 ano | |
README.md | hai 9 meses | |
sh_config.sh | hai 9 meses | |
ssh_config.sh | hai 9 meses | |
tmp.sh | hai 1 ano |
同步一些常用配置
bashrc 配置
for file in ~/sync/*_config.sh; do
if [ -f "$file" ]; then
source "$file"
fi
done
alias sync_config_file='cd ~/sync && git pull && git add . && git commit -m 123 && git push'
alias vim-config-file='idea ~/sync'