Skip to content

Instantly share code, notes, and snippets.

tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "neovim/neovim"
tap "rogual/neovim-dot-app"
tap "sanemat/font"
tap "wata727/tflint"
brew "amazon-ecs-cli"
brew "openssl"
brew "readline"
# Required:
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'leico/autodate.vim'
# deoplete------------------
[[plugins]]
if has('gui_running')
set showtabline=2
set imdisable
"set transparency=4
map <silent> gw :macaction selectNextWindow:
map <silent> gW :macaction selectPreviousWindow:
set wildchar=<TAB>
set background=dark
set lines=80 columns=220
"set guifontwide=Osaka:h12
#-----------------------------------------------
# Common
#-----------------------------------------------
#UTF-8
#set-window-option -g utf8 on
#set -g status-utf8 on
# ESCキーのdelayを0にする(vim用)
set -s escape-time 0
# window内の選ばれたプロセスにリネームするのを無効にする
set-window-option -g automatic-rename off
@yu-orz
yu-orz / weather.rb
Last active August 29, 2015 14:26
weather.rb
#!/usr/bin/env ruby
require 'net/http'
require 'uri'
require 'json'
require 'pp'
country = ARGV[0] # jp
location = ARGV[1] # Tokyo
@yu-orz
yu-orz / zshrc
Last active March 6, 2019 03:33
##
## Gernal
##
#export LANG=C
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
## include
source ~/.zshrc_local
@yu-orz
yu-orz / screenrc
Created May 22, 2013 07:34
screenrc
vbell off
autodetach on
startup_message off
defscrollback 5000
escape ^e^e
shelltitle '$ |zsh'
#shell -$SHELL
shell /bin/bash
@yu-orz
yu-orz / vimrc
Last active April 22, 2019 06:23
vimrc
" Basic Settings {{{1
"”非互換
set nocompatible
"" swap作らない
set noswapfile
"" ランタイムのパス
set runtimepath+=$HOME/.vim
"" dein
" プラグインが実際にインストールされるディレクトリ