Skip to content

dsk52/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

copy config files

$ sh link.sh

Windows only: copy wsl config file

$ cd dotfiles
$ sudo ln -sfnv ~/dotfiles/wsl.conf /etc/

Mac only: install all brew dependencies

brew bundle

fish setup

# make fish the new default
## Linux
chsh -s /usr/local/bin/fish
## Mac
sudo vi /etc/shells # /opt/homebrew/bin/fish を追加
chsh -s /opt/homebrew/bin/fish

# fish
fish -c "curl -sL git.io/fisher | source && fisher update"

node.js tools setup

# volta setup
# url: https://docs.volta.sh/guide/getting-started

# gacp: coventional commit
npm i -g gacp aws-cdk

ssh setup

# generate and add new SSH key
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks