公開されているリポジトリやファイルをダウンロードするスクリプトを実行します。
dotfiles
$ curl -O https://gist.githubusercontent.com/syui/fd3ea4192b8c61b4b0d1/raw/dotfile_download.sh
$ chmod +x !$:t
$ ./!$
新しいdotfiles
を見てくてくださった場合は、sort .dotfiles -uo .dotfiles
してfork
でもしてくださればと思います。よろしくお願いします。
https://github.com/syui/dotfiles/blob/master/.dotfiles
vimrc
vimrcは、vimrc読書会
のものを使います。一回目のcurl
が何故か失敗する事例がありますので、念のため。
$ curl -O https://gist.githubusercontent.com/syui/b8176fc83d42c105c7f8/raw/vimrc_download.sh
$ chmod +x !$:t
$ ./!$