Skip to content

sakanafuto/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7ofu's Dotfiles

dotfiles

This repo includes Dotfiles for

  • zsh
  • tmux
  • git

Getting Started

First install services and packages as needed, such as tmux and Nerd Fonts etc.

Installation

# 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

Note

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.

Update

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.

Reference

Releases

No releases published

Packages

No packages published