我對OSX很新,但一切都快結束了,我早先配置了Z和ZSH,並且最近才知道來自https://github.com/paulirish/dotfiles的paulirish點文件並已安裝它。 終於看到下面的輸出,當我刷新的.bash_profile或.bashrc中 Last login: Tue May 14 08:41:35 on console
ls
➜ ~ ls
Application
我試圖修改thoughtbot's bash script以將dotfiles符號鏈接到主目錄,但我想將我的文件存儲在子目錄中。 從thoughtbot劇本原來是: #!/bin/sh
for name in *; do
target="$HOME/.$name"
if [ -e "$target" ]; then
if [ ! -L "$target" ]; t