TaiYou-TW / env_setting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env_setting

This is the memo of configure my own env, basicaly about bash.

Steps

optional

install Meslo Nerd Font if you need

install zsh

apt-get install zsh -y

install oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

run shell to install theme and plugins

theme

  • powerlevel10k

plugins

  • zsh-autosuggestions
  • zsh-syntax-highlighting

steps

chmod +x ./install.sh
./install.sh
zsh # load the zsh manually
# and you'll enter p10k configure wizard, my configurations is: yyyy21322111111y1y

About


Languages

Language:Shell 100.0%