https://github.com/sskender/zshrc
zsh & ohmyzsh configuration
https://github.com/sskender/zshrc
dotfiles gruvbox linux neovim ohmyzsh ohmyzsh-customize terminal tmux unixporn vim zsh zsh-configuration zshell zshrc
Last synced: 3 months ago
JSON representation
zsh & ohmyzsh configuration
- Host: GitHub
- URL: https://github.com/sskender/zshrc
- Owner: sskender
- Created: 2023-07-02T21:53:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T16:53:05.000Z (over 1 year ago)
- Last Synced: 2024-09-29T08:04:24.380Z (over 1 year ago)
- Topics: dotfiles, gruvbox, linux, neovim, ohmyzsh, ohmyzsh-customize, terminal, tmux, unixporn, vim, zsh, zsh-configuration, zshell, zshrc
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zshrc
zsh configuration
## Quickstart
```bash
# backup old configuration (optional)
mv ~/.zshrc ~/.zshrc.bkp
# clone repository
cd ~/Documents
git clone git@github.com:sskender/zshrc.git
# link zshrc file
ln -s ~/Documents/zshrc/zshrc ~/.zshrc
# update
cd ~/Documents/zshrc
git pull
```