Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.03 KB

File metadata and controls

45 lines (33 loc) · 1.03 KB

Dotfiles

Terminal Alacritty
Multiplexer Tmux
Shell Zsh
Prompt Starship
Editor Vim / Neovim
Theme Material Deep Ocean
Fonts JetBrains Mono Nerd

Installation

Config-only Installation (recommended)

cd ~
git clone https://github.com/ken-matsui/dotfiles.git
./dotfiles/script/common/config.sh minimal

Full Installation (only on macOS or Manjaro Sway)

Use this way only when you have a fresh environment.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/ken-matsui/dotfiles/main/full-install.sh)"

Manual Font Installation (if necessary)

JetBrains Mono Nerd

cd /tmp
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip
unzip JetBrainsMono.zip

mkdir -p ~/.local/share/fonts
mv *.ttf ~/.local/share/fonts

fc-cache -f -v
fc-list | grep JetBrains