Skip to content

kxn4t/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

zsh

use Starship

vim

use Iceberg.vim

font

use FiraMono Nerd Font Mono
*require: any Nerd Fonts font

note

I use the Apple Silicon version of Homebrew, so the path may be different.

e.g.
.zshrc:

  • Apple Silicon: source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
  • Intel: source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

Setup

If you do not follow this order, it will not work.
It is better to perform the installation with Homebrew if necessary.

$ sh setup-mac.sh
$ sh setup-brew.sh
$ sh setup-git.sh
$ sh setup-rc.sh
$ sh setup-anyenv.sh

First...

mkdir ~/Workspace
cd ~/Workspace
git clone https://github.com/kxn4t/dotfiles.git

Releases

No releases published

Packages

No packages published