dotfiles:我的.doftiles 源码
.dotfiles 此仓库包含我的环境.dotfiles和配置脚本。 初始化一个点文件仓库 dotfiles回购初始化脚本: git init --bare $HOME /.config alias config= ' /usr/bin/git --git-dir=$HOME/.config/ --work-tree=$HOME ' config config --local status.showUntrackedFiles no 运行初始化: curl -Lks https://goo.gl/USIjeL | /bin/bash 在新系统上安装 在安装之前,请确保您的源存储库会忽略将其克隆到的文件夹,以免造成奇怪的递归问题: echo " .config " >> .gitignore 现在,将您的点文件克隆到$HOME的.config文件夹中的裸存储库中: git clone --bare git@github.com:alexmx/dotfiles.git $HOME /.config 运行配置: curl -Lks https://goo.gl/qJ3SPC
文件列表
dotfiles-master.zip
(预估有个27文件)
dotfiles-master
.zshrc
1KB
.vimrc
1KB
.gitignore_global
20B
.powerline
powerline-shell.py
21KB
install-powerline-cmd.sh
371B
.bash_profile
49B
.fastlane
completions
暂无评论