Skip to content

Instantly share code, notes, and snippets.

View tkancf's full-sized avatar
🐟
waiwai

tkancf tkancf

🐟
waiwai
View GitHub Profile
@tkancf
tkancf / *iTerm2の設定-README.md
Last active April 22, 2023 12:54
iterm2のconfig

iTerm2の設定

@tkancf
tkancf / *karabinerの設定-README.md
Last active April 22, 2023 12:55
karabinerの設定ファイル

karabinerの設定

@tkancf
tkancf / *helix-keymap-README.md
Last active April 22, 2023 12:55
keymap for helix keyboard

keymap for helix

helixキーボードのキーマップファイル

package main
import (
"fmt"
"github.com/pulumi/pulumi-cloudflare/sdk/v5/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
type DnsRecord struct {
@tkancf
tkancf / .vimrc
Last active September 11, 2023 13:50
2020-10-31時点のdotfiles一部
" Basic {{{1
"==============================================================================
" Reset augroup
augroup vimrc
au!
augroup END
set number
@tkancf
tkancf / *dotfiles.md
Last active October 7, 2023 10:53
Dotfiles

dotfiles

usage

curl -sO https://gist.githubusercontent.com/tkancf/231b9c11a9a5ea8e93a2fc1a1ea15228/raw/.gitconfig &&
curl -sO https://gist.githubusercontent.com/tkancf/231b9c11a9a5ea8e93a2fc1a1ea15228/raw/.vimrc &&
curl -sO https://gist.githubusercontent.com/tkancf/231b9c11a9a5ea8e93a2fc1a1ea15228/raw/.zshrc &&
curl -sO https://gist.githubusercontent.com/tkancf/231b9c11a9a5ea8e93a2fc1a1ea15228/raw/Brewfile &&
brew bundle --file Brewfile --clean &&