Skip to content

blackdenc/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My personal dotfiles

Currently I have dotfiles for:

  • .zshrc (for my rpi)
  • .vimrc

ZSH

Installation

Instructions cribbed from here.

  1. update the pi
sudo apt-get update && sudo apt-get upgrade
  1. Install git and zsh
sudo apt-get install git zsh
  1. Make zsh default shell
chsh -s /bin/zsh
  1. Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

ZSH Plugins

ZSH Autosuggestions

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

ZSH Syntax Highlighting

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

ZSH Completions

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

Powerlevel10k

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.8%
  • Vim Script 1.2%