https://github.com/jakxz/.zsh-custom
my custom additions to ohmyzsh
https://github.com/jakxz/.zsh-custom
dotfiles macos ohmyzsh
Last synced: about 1 year ago
JSON representation
my custom additions to ohmyzsh
- Host: GitHub
- URL: https://github.com/jakxz/.zsh-custom
- Owner: JaKXz
- Created: 2018-09-30T03:53:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T21:20:08.000Z (over 1 year ago)
- Last Synced: 2025-03-25T10:42:35.144Z (over 1 year ago)
- Topics: dotfiles, macos, ohmyzsh
- Language: Shell
- Size: 157 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my terminal + `$ZSH_CUSTOM` setup
> Proceed at your own risk.
## 👋🏽 future me, run these commands
1. install https://ohmyz.sh
1. install https://brew.sh
```
brew install gh
gh auth login
```
```
mkdir -pv ~/src/jakxz && cd $_
git clone https://github.com/JaKXz/minidev.git
git clone https://github.com/JaKXz/.zsh-custom.git
cd .zsh-custom
git submodule init
git submodule update
brew install --cask gpg-suite && brew bundle install
```
```
cd ~
mv .zshrc .zshrc-backup
ln -s ~/src/jakxz/.zsh-custom/.zshrc .
ln -s ~/src/jakxz/.zsh-custom/.p10k.zsh .
```
```
dev config set default.account jakxz
dev config set default.github_root ~/src
```