Skip to content

daniel-kappe/zshconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zshconfig

My custom zsh configuration. Install and enjoy.

Installation

Install zsh and fuzzy search:

sudo apt install zsh fzf ripgrep fd-find silversearcher-ag

Change Shell to zsh:

chsh -s /usr/bin/zsh

Install oh-my-zsh:

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

Link the contents of this repo:

ln -s ~/zshconfig/.oh-my-zsh/custom/aliases.zsh ~/.oh-my-zsh/custom/aliases.zsh
ln -s ~/zshconfig/.zshrc ~/.zshrc
ln -s ~/zshconfig/.p10k.zsh ~/.p10k.zsh

Pull zsh-autosuggestions:

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Install the Sauce Code Pro Semibold Nerd Font Mono:

wget https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/SourceCodePro/Semibold/complete/Sauce%20Code%20Pro%20Semibold%20Nerd%20Font%20Complete%20Mono.ttf --directory-prefix=.local/share/fonts

Change your Terminal emulators font to the Sauce Code Pro Semibold Mono font.

Get Powerlevel 10k:

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

About

Configuration for my zsh (rc, oh-my-zsh, aliases and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages