My_workflow
Experience is everything!
These settings can make you focus on your workflow and improve coding efficiency.
You can also find this page in my blog.
iTerm2 + Oh My Zsh
It is a pretty nice combination to make your terminal so much better!
Requirement
HOMEBREW
First of all, you need homebrew to manage your packages on mac.
1 |
|
Then add homebrew to your system path:
1 |
|
Packages
1 |
|
1 |
|
1 |
|
You can find your favourite theme in the official document.
My “PowerLevel10K“ theme look like this:
Neovim
Requirement
Packages
You also need to install iTerm2, Neovim, Ripgrep and Node with homebrew.
1 |
|
1 |
|
1 |
|
XCode Command Line Tools
1 |
|
Actions
Create a directory named “nvim”:
1 |
|
And then just clone my respository.
The folder structure looks like this:
1 |
|
It will be look like this:
Tmux
Requirement
Please ensure you have installed tmux first.
1 |
|
Actions
You just need create a “.tmux.conf” file in your home directory.
1 |
|
And then copy my config into your “.tmux.conf” file.
It will be look like this: