This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Content Manager</title> | |
<script src="https://unpkg.com/netlify-identity-widget/build/netlify-identity-widget.js"></script> | |
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" | |
integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
brew "brew-cask-completion" | |
brew "cowsay" | |
brew "docker-completion" | |
brew "docker-compose-completion" | |
brew "fzf" | |
brew "gist" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" vim-bootstrap | |
"***************************************************************************** | |
"" Vim-PLug core | |
"***************************************************************************** | |
let vimplug_exists=expand('~/.vim/autoload/plug.vim') | |
let g:vim_bootstrap_langs = "go,html,javascript,python,typescript" | |
let g:vim_bootstrap_editor = "vim" " nvim or vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZPLUG_HOME=/usr/local/opt/zplug | |
source $ZPLUG_HOME/init.zsh | |
# zshのフレームワーク | |
zplug "sorin-ionescu/prezto" | |
# prezto plugins | |
zplug "modules/environment", from:prezto | |
zplug "modules/terminal", from:prezto | |
zplug "modules/editor", from:prezto | |
zplug "modules/history", from:prezto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.8 | |
# MeCab | |
RUN apt-get update | |
RUN apt-get upgrade -y | |
RUN apt-get install -y libmecab2 libmecab-dev mecab mecab-utils nkf | |
# ipadic | |
RUN wget -O mecab-ipadic-2.7.0-20070801.tar.gz "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM" | |
RUN tar xvzf mecab-ipadic-2.7.0-20070801.tar.gz | |
RUN nkf --overwrite -Ew mecab-ipadic-2.7.0-20070801/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" vim-bootstrap | |
"***************************************************************************** | |
"" Vim-PLug core | |
"***************************************************************************** | |
let vimplug_exists=expand('~/.vim/autoload/plug.vim') | |
let g:vim_bootstrap_langs = "go,html,javascript,python,typescript" | |
let g:vim_bootstrap_editor = "vim" " nvim or vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/ottan/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BTTTouchBarButtonName" : "ESC", | |
"BTTTriggerType" : 629, | |
"BTTTriggerTypeDescription" : "Touch Bar button", | |
"BTTTriggerClass" : "BTTTriggerTypeTouchBar", | |
"BTTPredefinedActionType" : -1, | |
"BTTPredefinedActionName" : "No Action", | |
"BTTShortcutToSend" : "53", | |
"BTTEnabled2" : 1, | |
"BTTUUID" : "19DD0EC1-5B95-4567-8CD9-D25DDEDB5E76", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BTTTriggerType" : 633, | |
"BTTTriggerTypeDescription" : "Date \/ Time Widget", | |
"BTTTriggerClass" : "BTTTriggerTypeTouchBar", | |
"BTTPredefinedActionType" : -1, | |
"BTTPredefinedActionName" : "No Action", | |
"BTTEnabled2" : 1, | |
"BTTUUID" : "EF3D2915-C4CA-4511-BC6D-54F9D28E39EA", | |
"BTTEnabled" : 1, | |
"BTTOrder" : 5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BTTWidgetName" : "RAM", | |
"BTTTriggerType" : 642, | |
"BTTTriggerTypeDescription" : "Shell Script \/ Task Widget", | |
"BTTTriggerClass" : "BTTTriggerTypeTouchBar", | |
"BTTPredefinedActionType" : -1, | |
"BTTPredefinedActionName" : "No Action", | |
"BTTShellScriptWidgetGestureConfig" : "\/bin\/bash:::-c", | |
"BTTEnabled2" : 1, | |
"BTTUUID" : "D231439F-67B4-4A08-8DDA-0FFE6650A68F", |
NewerOlder