Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

他人のdotfilesとvimrcをコード・リーディングする

$
0
0

公開されているリポジトリやファイルをダウンロードするスクリプトを実行します。

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

$ ./!$

curl http://vim-jp.org/reading-vimrc/json/archives.json


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>