Sn-Kinos / settings

My Develop Environment Settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

settings

My Development Environment Settings

Brew

Install Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Run brew bundle with ~/Brewfile

brew bundle

ZSH

Install Oh My Zsh & Plugins

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
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/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Download ~/.p10k.zsh or Run p10k configure

powerlevel10k/p10k already installed with brew bundle

If You don't want to download it, Do configure

p10k configure

Download ~/.zshrc

About

My Develop Environment Settings


Languages

Language:Shell 95.9%Language:Ruby 4.1%