https://github.com/matthysdev/setup
the setup that i build by following @flexbox advice
https://github.com/matthysdev/setup
Last synced: 9 months ago
JSON representation
the setup that i build by following @flexbox advice
- Host: GitHub
- URL: https://github.com/matthysdev/setup
- Owner: MatthysDev
- Created: 2021-09-29T10:51:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T11:24:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T04:41:57.860Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup
how to setup :
> brew bundle
Update OhZsh :
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`
----------
``` # ~/.zshrc
# You can change the theme with another one:
# https://github.com/robbyrussell/oh-my-zsh/wiki/themes
ZSH_THEME="refined"
# Useful plugins for Rails development with Sublime Text
plugins=(git gitfast common-aliases sublime zsh-syntax-highlighting history-substring-search zsh-autosuggestions)