mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
zsh-sytnax-highlighting
This commit is contained in:
parent
127d027598
commit
389615df11
4 changed files with 18 additions and 8 deletions
|
|
@ -46,7 +46,7 @@ Linux
|
|||
* install some terminal tools
|
||||
|
||||
```(shell)
|
||||
sudo apt install curl exa fasd fzf thefuck tmux vim-nox
|
||||
sudo apt install curl exa fasd fzf ruby-full thefuck tmux vim-nox
|
||||
```
|
||||
|
||||
* install [Tilex](https://gnunn1.github.io/tilix-web/)
|
||||
|
|
@ -177,7 +177,7 @@ Post install
|
|||
There are a few things that can make things even better
|
||||
|
||||
* set up GIT configuration
|
||||
* `cd && ln -s ~/.oh-my-zsh/plugins/gitconfig .gitconfig`
|
||||
* `cd && ln -s ~/.oh-my-zsh/template/gitconfig .gitconfig`
|
||||
* create a `~/.gitconfig.user` for user-specific GIT settings
|
||||
|
||||
```(shell)
|
||||
|
|
@ -189,15 +189,12 @@ There are a few things that can make things even better
|
|||
```
|
||||
|
||||
* create ~/.inputrc
|
||||
|
||||
```(shell)
|
||||
set editing-mode vi
|
||||
set bell-style none
|
||||
```
|
||||
|
||||
* `cd && ln -s ~/.oh-my-zsh/template/inputrc .inputrc`
|
||||
* if tmux is installed install tmux config [Oh My Tmux](https://github.com/gpakosz/.tmux)
|
||||
* install vim config [SpaceVim](https://spacevim.org/)
|
||||
* install Mosh replacement [Eternal Terminal](https://eternalterminal.dev/)
|
||||
* install colorls
|
||||
* `sudo gem install colorls`
|
||||
* on macOS
|
||||
* install macVIM via `brew install macvim`
|
||||
* if you don't like Gruv Box, you may want to install some colour themes for iTerm2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue