Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 630 Bytes

README.md

File metadata and controls

55 lines (30 loc) · 630 Bytes

dotfiles

myconfig files.

  • vim

    • .vimrc

    • .vim/

  • zsh

    • .zshrc

    • .zshenv

    • .zprofile

    • .zsh/

  • tmux

    • .tmux.conf

    • .tmux.d/

  • sheets

    • .sheets/
  • git

    • git_globalconfig
  • python

    • .pythonstartup

How to use

$ git clone [email protected]:hachibeeDI/dotfiles.git

$ ./dotfiles/makeenv.sh

Setup VSCode

$ ln -s $(pwd)/vscode/settings.json  ~/Library/ApplicationSupport/Code/User/
$ ln -s $(pwd)/vscode/keybindings.json  ~/Library/ApplicationSupport/Code/User/
$ cat vscode/extensions |xargs -L1 code --install-extension