TOGEP / dotfiles

0 stars 0 forks source link

dotfiles

macOS ubuntuOS

install

$ cd ~ && git clone https://github.com/TOGEP/dotfiles.git
$ cd dotfiles && make all

copilot.vimを使う場合

vimのプラグインcopilot.vimを使う場合はnodejsが必要となる

$ anyenv init
$ anyenv install nodenv
$ nodenv install *version*
$ nodenv rehash
$ nodenv global *version*

iterm2の設定反映

1. Press "command + ," to open the preferences window.
2. Select the "General" tab.
3. Select the "Preferences" tab.
4. Turn on "Load preference from a custom folder or URL".
5. Enter "~/dotfiles/iterm2/com.googlecode.iterm2.plist".
6. Restart iterm2 !

gitの初期設定

git config --global user.name XXXXX
git config --global user.email XXXXX@XXXXX
git config --global core.editor nvim
git config --global init.defaultBranch main
git config --list

初回起動が必要なもの