elct9620 / .dotfiles

My .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

The Aotokitsuruya's Development Environment

Configure

Tmux

brew install tmux

Link Dotfiles

ln -s ~/.dotfiles/.tmux.conf ~/.tmux.conf

iTerm2

Configure Profile to set "Command" to tmux attach -t base || tmux new -s base enable when iTerm2 started.

ZSH

brew install zsh

Oh My ZSH

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Auto Suggestions

brew install zsh-autosuggestions

ZSH Syntax Highlight

brew install zsh-syntax-highlighting

Link Dotfiles

rm ~/.zshrc
ln -s ~/.dotfiles/.zshrc ~/.zshrc
ln -s ~/.dotfiles/.dotfiles/.oh-my-zsh/themes/aotoki.zsh-theme ~/.oh-my-zsh/themes/aotoki.zsh-theme

Dircolors

Corutils

brew install coreutils

Link Dotfiles

ln -s ~/.dotfiles/.dircolors ~/.dircolors

rbenv

brew install rbenv

Bat

The cat alternative

brew install bat

Clipboard Support

brew install reattach-to-user-namespace

About

My .dotfiles

License:MIT License


Languages

Language:Shell 100.0%