- VMWare Fusion 11.5 on macOS Catalina
- Guest OS: CentOS 8.2
- GitHub Enterprise Server 2.20.10
- Make sure that the Guest OS has
- more than 100GB of disk space (/home)
- 2 CPU cores / 16GB memory
- GitHub Staff
- https://lowply.github.io
- @lowply
- in/lowply
- ヘルプドキュメント: help.github.com
- 日本語ヘルプドキュメント: help.github.com/ja
- 開発者ドキュメント: developer.github.com
- GitHubブログ: github.blog
- GitHub日本語ブログ: github.blog/jp
- チェンジログ: github.blog/changelog
- リリースノート: enterprise.github.com/releases
- ステータス: www.githubstatus.com
I hereby claim:
- I am lowply on github.
- I am lowply (https://keybase.io/lowply) on keybase.
- I have a public key ASDaAAy65CsqAVn-sxZnPHb-RCctGhT5HNquv_wyYiqesAo
To claim this, I am signing this object:
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
global yr | |
set yr to "2012" | |
global basePath | |
set basePath to "Storage:Pictures:ApertureExport:" & yr & ":" | |
tell application "System Events" | |
set exportFolder to basePath |
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
#!/bin/bash | |
# Install tmux from source | |
# Jul 12th, 2016 / [email protected] | |
set -e | |
[ -f /etc/os-release ] && . /etc/os-release || { echo "Could not find /etc/os-release"; exit 1; } | |
TMUX_URL="https://github.com/tmux/tmux/releases/download/2.3/tmux-2.3.tar.gz" |
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
#!/bin/bash | |
CPSM_DIR="${HOME}/.vim/bundle/cpsm" | |
[ -d ${CPSM_DIR} ] || { echo "${CPSM_DIR} not found."; exit 1; } | |
# install cmake | |
cd | |
curl -kOL https://cmake.org/files/v3.4/cmake-3.4.0-Linux-x86_64.sh | |
sh https://cmake.org/files/v3.4/cmake-3.4.0-Linux-x86_64.sh | |
sudo mv cmake-3.4.0-Linux-x86_64 /usr/local/ |
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
--- molokai.vim 2012-08-15 02:26:31.780396257 +0900 | |
+++ molokai.vim 2012-08-15 02:29:12.374546127 +0900 | |
@@ -133,7 +133,7 @@ | |
hi Normal ctermbg=234 | |
hi CursorLine ctermbg=235 cterm=none | |
else | |
- hi Normal ctermfg=252 ctermbg=233 | |
+ hi Normal ctermfg=252 ctermbg=none | |
hi CursorLine ctermbg=234 cterm=none | |
endif |