apt install terminator
ターミナルを分割できる。便利。
| set -g base-index 1 | |
| setw -g pane-base-index 1 | |
| setw -g mouse on | |
| setw -g window-status-current-fg white | |
| setw -g window-status-current-bg blue | |
| setw -g window-status-current-attr bright |
| #!/bin/sh | |
| find ./tmp/screenshots -name "*.png" -delete | |
| rm "log/test.log" | |
| rm "log/development.log" | |
| touch "log/development.log" | |
| # top pane | |
| tmux split-window -v |
| export PATH="/usr/local/bin:$PATH" | |
| # bash completion | |
| if [ -f $(brew --prefix)/etc/bash_completion ]; then | |
| . $(brew --prefix)/etc/bash_completion | |
| fi | |
| # Set CLICOLOR if you want Ansi Colors in iTerm2 | |
| export CLICOLOR=1 |
| " Config encoding ----------------------------- | |
| set encoding=utf-8 | |
| set fenc=utf-8 | |
| set fileencoding=utf-8 | |
| set fileencodings=utf-8,euc-jp,sjis,cp932,iso-2022-jp | |
| set fileformat=unix | |
| set fileformats=unix,mac,dos | |
| set runtimepath+=~/.vim |
| # -*- coding: utf-8 -*- | |
| """ | |
| sphinx.ext.casualtable | |
| ~~~~~~~~~~~~~~~ | |
| """ | |
| from docutils import nodes | |
| import docutils.parsers.rst.tableparser as tableparser | |
| import sphinx |
apt install terminator
ターミナルを分割できる。便利。
Dockerやりながらyumコマンド調べていたのでメモ。 そのうち分ける。
ベースのイメージをcentos:7にしてyum。
デフォルトのリポジトリは古い。 最新版を入れたい場合は公式サイトからソースを落としてきてmakeする。
バージョンを気にしないものはyum installしてくるのが楽。