This repo includes Dotfiles for
zsh
tmux
git
First install services and packages as needed, such as tmux and Nerd Fonts etc.
# Clone this repo
git clone https://github.com/sakanafuto/dotfiles
# Install some tools
brew install bat
brew install starship
brew install exa
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
# Initialize zsh, tmux and git packages
cd ~/dotfiles && make set
source ~/.zshrc
# If you want to clean some packages
make clean
I have created this file based on kazu914's repository. Thanks to him, I was able to create good. That was good opportunity for me to review my dev environment and directory structure.
2022/11/01, tmux has been removed due to the adoption of 'warp', which is a modern terminal app. Similarly, starship is almost no longer worth using, but still retains it for the possibility of using the terminal on macOS. If you want to use iterm + tmux, see previous commits.