Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 864 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 864 Bytes

Dotfiles

My dotfiles.

Important: setup.sh has not been tested yet!

Setup

Remove the exit command in setup.sh if you want to setup.

./setup.sh

Current

  • setup.sh for setting up
  • .vimrc for Vim
  • .zshrc for Zsh
  • .zimrc for Zim
  • .tmux.conf, .tmux.conf.local for tmux from this config

TODO

  • Install Neovim with stable tag
  • Zim would failed to install if shell has not yet set to Zsh
  • Setup asdf, with nodejs and python pre-installed
  • Install packages required by extensions
    • node (by asdf)
    • ripgrep, fd-find (for telescope)
    • tree-sitter-cli (for treesitter)
    • gcc, g++ (for compiling treesitter parser)