Skip to content

Commit

Permalink
Update design doc with current tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Sep 16, 2023
1 parent 86c5e56 commit 3518557
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@
### Config

#### ZSH

- [ ] Clean up zshrc.
- [x] Clean up zshrc.
- There are a lot of pre-built tools now to manage plugins.
- [x] Use antigen to install oh-my-zsh
- [x] Use starship.rs as command line prompt
- [ ] Customize starship.rs more using the toml config file.


#### Vim

- [ ] Vim plugin install is super slow and buggy
- One of the solution is to use: vim-plug.
- [ ] Move Vim/plugin manager from Vundle to SpaceVim
- [ ] Simplify vim plugins.
- Many of them are no longer needed with newere tools like IntelliJ IDEA and VS Code.
- [ ] Move Vim/plugin manager from Vundle to SpaceVim


### CI/CD
Expand Down

0 comments on commit 3518557

Please sign in to comment.