The goal - 20% of the features covers the 80% daily usage
Why you shoud learn Vim?
- Basically it's everywhere, only if you're using Unix/Linux/macOS.
- Edit your confuguration on the servers.
| #!/bin/bash | |
| xcode-select --install | |
| # homebrew | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
| brew install \ | |
| fish \ | |
| font-devicons \ |