Skip to content

Yuki992411/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

About

This repository contains both shell and VSCode setting files.

Terminal

VS Code

This repository provide user settings, key bindings, and snippets.

Setting (zsh)

Prerequisite

  • OS: M1 Mac (arm64)
  • Terminal: iTerm2
  • Shell: zsh

1. Install Homebrew

URL: https://brew.sh/

example:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)

2. Install sheldon

URL: https://sheldon.cli.rs/Installation.html

example:

brew install sheldon
(echo; echo 'eval "$(sheldon source)"') >> ~/.zshrc

3. Install vim-jetpack (Optional)

URL: tani/vim-jetpack

example:

curl -fLo ~/.vim/pack/jetpack/opt/vim-jetpack/plugin/jetpack.vim --create-dirs https://raw.githubusercontent.com/tani/vim-jetpack/master/plugin/jetpack.vim
vim

(on Vim)
:JetpackSync

4. Create symbolic link from dotfiles

cd $HOME
git clone git@github.com:Yuki992411/dotfiles.git
/bin/bash ~/dotfiles/scripts/make-ln-s.sh
source ~/.vimrc

Setting (VS Code)

wip

Recommend

/bin/bash ~/dotfiles/scripts/recommend.sh