このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
klimi
/
dotfiles
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Klimi's new dotfiles with stow.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
3
コミット
1
ブランチ
21 MiB
ツリー:
87d37e0acc
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'87d37e0acc' から
${ noResults }
dotfiles
/
emacs
/
.emacs.d
/
elpa
/
yasnippet-snippets-20191010...
/
snippets
/
terraform-mode
/
resource
7 行
106 B
Raw
通常表示
履歴
Initial commit
5年前
# -*- mode: snippet -*-
# name: resource
# key: res
# --
resource "${1:type}" "${2:name}" {
$0
}