您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

install 139B

123456
  1. #! /usr/bin/env bash
  2. for file in bash_aliases bash_preexec bash_preexec_hooks bashrc git-prompt.sh
  3. do
  4. ln -sf "$PWD"/$file ~/.$file
  5. done