|
há 9 meses atrás | |
---|---|---|
.gitignore | há 1 ano atrás | |
README.md | há 9 meses atrás | |
sh_config.sh | há 9 meses atrás | |
ssh_config.sh | há 9 meses atrás | |
tmp.sh | há 1 ano atrás |
同步一些常用配置
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'