Skip to content

Commit e534812

Browse files
author
Kazuaki NAKAMURA
committed
Modified files
1 parent 0270ef5 commit e534812

File tree

4 files changed

+49
-65
lines changed

4 files changed

+49
-65
lines changed

.tmux.conf

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
# color : https://github.com/seebi/tmux-colors-solarized
44
# ==========================
55

6-
# prefixキーをC-yに変更する
7-
unbind C-p
8-
set -g prefix C-p
9-
106
# デフォルトキーバインドを解除する
117
unbind C-b
128

9+
# prefixキーをC-pに変更する
10+
set -g prefix C-p
11+
1312
# キーストロークのディレイを減らす
14-
set -sg escape-time 1
13+
set -g escape-time 1
1514

1615
# ウィンドウのインデックスを1から始める
1716
set -g base-index 1

.zshrc

+20-37
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,23 @@
1-
#
2-
typeset -U path PATH
3-
path=(
4-
/opt/homebrew/bin(N-/)
5-
/opt/homebrew/sbin(N-/)
6-
/usr/bin
7-
/usr/sbin
8-
/bin
9-
/sbin
10-
/usr/local/bin(N-/)
11-
/usr/local/sbin(N-/)
12-
/Library/Apple/usr/bin
13-
)
14-
15-
# zsh path
16-
source ~/.antigen/antigen.zsh
17-
18-
antigen bundle zsh-users/zsh-history-substring-search
19-
antigen bundle zsh-users/zsh-completions
20-
antigen bundle zsh-users/zsh-autosuggestions
21-
antigen bundle zsh-users/zsh-syntax-highlighting
22-
23-
antigen use oh-my-zsh
24-
antigen bundle --loc=plugins/ssh-agent/ssh-agent.plugin.zsh
25-
26-
# Theme
27-
# powerlevel9k
28-
# https://github.com/bhilburn/powerlevel9k
29-
# POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k
30-
# antigen theme bhilburn/powerlevel9k powerlevel9k
31-
32-
# Theme
33-
# https://github.com/robbyrussell/oh-my-zsh/wiki/themes
34-
antigen theme agnoster
35-
antigen apply
36-
37-
export PATH="$HOME/.run/bin:$PATH"
1+
# homebrew
2+
#typeset -U path PATH
3+
#path=(
4+
# /opt/homebrew/bin(N-/)
5+
# /opt/homebrew/sbin(N-/)
6+
# /usr/bin
7+
# /usr/sbin
8+
# /bin
9+
# /sbin
10+
# /usr/local/bin(N-/)
11+
# /usr/local/sbin(N-/)
12+
# /Library/Apple/usr/bin
13+
#)
14+
15+
# homebrew
16+
export PATH=/opt/homebrew/bin:$PATH
17+
18+
source ~/.zshrc.antigen
19+
20+
# export PATH="$HOME/.run/bin:$PATH"
3821

3922
# The next line updates PATH for the Google Cloud SDK.
4023
if [ -f '/Users/redfrog/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/redfrog/google-cloud-sdk/path.zsh.inc'; fi

brew.sh

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
brew update
22
brew upgrade
3-
brew tap homebrew/cask
3+
#brew tap homebrew/cask
44

55
brew install tmux
6+
67
# zsh is default terminal in catalina
78
brew install zsh
89

910

10-
#brew install --cask 1password
11+
# brew install --cask 1password
1112
brew install adobe-creative-cloud
1213
brew install alfred
1314
brew install appcleaner
@@ -16,18 +17,18 @@ brew install atom
1617
brew install bartender
1718
brew install bettertouchtool
1819
brew install biscuit
19-
brew install brackets
20-
brew install busycal
21-
#brew install --cask busycontacts
20+
# brew install brackets
21+
# brew install busycal
22+
# brew install --cask busycontacts
2223
brew install cleanmymac
2324
brew install clion
2425
brew install coda
25-
#brew install codekit
26+
# brew install codekit
2627
brew install contexts
2728
brew install dash
2829
brew install datagrip
2930
brew install default-folder-x
30-
#brew install dropbox
31+
# brew install dropbox
3132
brew install firefox
3233
brew install goland
3334
brew install google-chrome
@@ -39,7 +40,7 @@ brew install imageoptim
3940
brew install intellij-idea
4041
brew install iterm2
4142
brew install kaleidoscope
42-
brew install kawa
43+
# brew install kawa
4344
# brew install --cask moom
4445
# brew install --cask mmhmm
4546
brew install notion

setup.sh

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# install homebrew
22
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3-
sh brew.sh
3+
#sh brew.sh
44

55
# set installed zsh & fish
66
echo "/usr/local/bin/zsh" >> /etc/shells
@@ -24,18 +24,19 @@ git clone https://github.com/tokuhirom/plenv.git ~/.plenv
2424
git clone https://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/perl-build
2525

2626
# symlinks
27-
ln -sf ~/dotfiles/.zshrc ~/.zshrc
28-
ln -sf ~/dotfiles/.zprofile ~/.zprofile
29-
ln -sf ~/dotfiles/.exports ~/.exports
30-
ln -sf ~/dotfiles/.aliases ~/.aliases
31-
ln -sf ~/dotfiles/.functions ~/.functions
32-
ln -sf ~/dotfiles/.gemrc ~/.gemrc
33-
ln -sf ~/dotfiles/.vimrc ~/.vimrc
34-
ln -sf ~/dotfiles/.vimrc.basic ~/.vimrc.basic
35-
ln -sf ~/dotfiles/.vimrc.editor ~/.vimrc.editor
36-
ln -sf ~/dotfiles/.vimrc.encoding ~/.vimrc.encoding
37-
ln -sf ~/dotfiles/.vimrc.plugins ~/.vimrc.plugins
38-
ln -sf ~/dotfiles/.gitconfig ~/.gitconfig
39-
ln -sf ~/dotfiles/.editorconfig ~/.editorconfig
40-
ln -sf ~/dotfiles/.tmux.conf ~/.tmux.conf
27+
ln -sf ~/Workspaces/dotfiles/.zshrc ~/.zshrc
28+
ln -sf ~/Workspaces/dotfiles/.zshrc.antigen ~/.zshrc.antigen
29+
ln -sf ~/Workspaces/dotfiles/.zprofile ~/.zprofile
30+
ln -sf ~/Workspaces/dotfiles/.exports ~/.exports
31+
ln -sf ~/Workspaces/dotfiles/.aliases ~/.aliases
32+
ln -sf ~/Workspaces/dotfiles/.functions ~/.functions
33+
ln -sf ~/Workspaces/dotfiles/.gemrc ~/.gemrc
34+
ln -sf ~/Workspaces/dotfiles/.vimrc ~/.vimrc
35+
ln -sf ~/Workspaces/dotfiles/.vimrc.basic ~/.vimrc.basic
36+
ln -sf ~/Workspaces/dotfiles/.vimrc.editor ~/.vimrc.editor
37+
ln -sf ~/Workspaces/dotfiles/.vimrc.encoding ~/.vimrc.encoding
38+
ln -sf ~/Workspaces/dotfiles/.vimrc.plugins ~/.vimrc.plugins
39+
ln -sf ~/Workspaces/dotfiles/.gitconfig ~/.gitconfig
40+
ln -sf ~/Workspaces/dotfiles/.editorconfig ~/.editorconfig
41+
ln -sf ~/Workspaces/dotfiles/.tmux.conf ~/.tmux.conf
4142
#ln -sf ~/dotfiles/Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/Preferences.sublime-settings

0 commit comments

Comments
 (0)