https://github.com/junaire/config
Jun's own config
https://github.com/junaire/config
Last synced: 1 day ago
JSON representation
Jun's own config
- Host: GitHub
- URL: https://github.com/junaire/config
- Owner: junaire
- Created: 2021-07-27T14:48:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-25T05:47:20.000Z (8 months ago)
- Last Synced: 2025-11-28T14:13:54.571Z (8 months ago)
- Language: Lua
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jun's own config
This repo contains jun's own config files.
## Usage
Pick up your favorite [nerd font](https://github.com/ryanoasis/nerd-fonts/releases)
```bash
# Use zsh if needed.
chsh -s $(which zsh)
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"\n\n
# Install plugins
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/romkatv/powerlevel10k.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"
```
```bash
# Dump all packages
brew bundle dump --all --describe --file=Brewfile
# Install all packages
brew bundle --file=Brewfile
```
## Credits
* [junnplus](https://github.com/junnplus/dotfiles)