Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrytran998/.dotfile
https://github.com/harrytran998/.dotfile
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harrytran998/.dotfile
- Owner: harrytran998
- Created: 2020-06-18T04:34:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T02:59:06.000Z (3 months ago)
- Last Synced: 2024-08-07T06:58:44.884Z (3 months ago)
- Language: Shell
- Size: 193 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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