Skip to content

frNNcs/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration repo

Install zsh

# linux
sudo apt-get install zsh

# Macos
brew install zsh

# ln -s ~/.config/.zshrc ~/.zshrc
# ln -s ~/.config/.p10k.zsh ~/.p10k.zsh

Install OhmyZsh

sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# ln -s ~/.config/.oh-my-zsh-custom /home/frnn/.oh-my-zsh/custom

Install powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# ln -s ~/.config/.p10k.zsh ~/.p10k.zsh

Pyenv

curl https://pyenv.run | bash

Nvm

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash