Skip to content

KoichiKiyokawa/dotfiles

Repository files navigation

dotfiles

This repository has following configs.

terminal

How to setup

Arrange config files and initialize

cd ~
git clone https://github.com/KoichiKiyokawa/dotfiles.git
cd dotfiles
# (on Mac)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle
sudo sh -c 'echo $(which fish) >> /etc/shells'
sh -c 'chsh -s $(which fish)'
sh init.sh
fisher install (cat fish/fishfile)

Then relaunch your terminal.

Install nerd fonts

Download RobotoMono Nerd Font

fish style setting

fish_config
  • colors: Lava

iTerm2 setting

  1. Launch iTerm2 and open Preferences.
  2. General > Preferences > Check "Load preferences from a custom folder or URL"
  3. Push "Browse" button and set folder to ~/dotfiles/iTerm2

Raycast setting

  1. Launch Raycast and press alt + Space, then run with inputting Import Preferences & Data.
  2. Select the ~/dotfiles/Raycast.rayconfig.

Install formatter

npm install -g js-beautify
gem install rubocop

Install language server

gem install solargraph
npm i -g typescript vue-language-server