Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harrytran998/.dotfile


https://github.com/harrytran998/.dotfile

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# My Workflow to increase the productivity

## Zshrc
Install Ohmy ZSH
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```

### Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)
- Download zsh-autosuggestions by

`git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

- Download zsh-syntax-highlighting by

`git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`

- Open the .zshrc file to add 3 plugins which dowloaded

`nano ~/.zshrc` then finding the `plugins=(git)` line

- Append 3 plugins above to `plugins()` like this

`plugins=(git zsh-autosuggestions zsh-syntax-highlighting yarn)`

- Reopen terminal

## Alacritty