Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statropy/zsh-macos
zsh configuration for macos based on Kali Linux
https://github.com/statropy/zsh-macos
Last synced: 7 days ago
JSON representation
zsh configuration for macos based on Kali Linux
- Host: GitHub
- URL: https://github.com/statropy/zsh-macos
- Owner: statropy
- License: gpl-3.0
- Created: 2020-08-20T15:07:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T16:13:24.000Z (about 4 years ago)
- Last Synced: 2024-08-02T17:40:00.063Z (3 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 27
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
# zsh-macos
zsh configuration adapted for macos based on [Kali Linux](https://kali.org) [2020.3 release](https://www.kali.org/news/kali-2020-3-release/)[![zsh](https://statropy.com/img/banners/zsh-macos.png)](https://statropy.com/blog/kali-linux-zsh-for-macos/)
This .zshrc file uses a similar config as Kali Linux, but also includes git status with the prompt. [Read about the customizations I made.](https://statropy.com/blog/kali-linux-zsh-for-macos/)
## Install
Install the [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting), [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) and [menlo powerline font](https://github.com/powerline/fonts) packages using [Homebrew](https://brew.sh/).
```
brew install zsh-syntax-highlighting zsh-autosuggestions homebrew/cask-fonts/font-menlo-for-powerline
```Backup the existing `.zshrc` and symlink the .zshrc file from this repo to your home directory.
```
git clone https://github.com/statropy/zsh-macos.git
mv ~/.zshrc ~/.zshrc.orig
ln -s ./zsh-macos/.zshrc ~/.zshrc
```In the Terminal Preferences for the selected Profile, change the font to `Menlo for Powerline`. Quit and restart Terminal.
To add your own alias or other commands without having to edit `.zshrc`, create a `.alias` file in the home directory. The `.zshrc` file will load it if it exists.