Skip to content

Dotfiles for zsh and oh-my-zsh

Notifications You must be signed in to change notification settings

Skypex/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Here are my dotfiles that I currently use in combination with the following tools:

Setup

The setup assumes you have done a git clone --recursive of the dotfiles repo into your home directory.

# Backup old config
mv .zshrc .zshrc.backup
# Symlink new config
ln -s dotfiles/zshrc .zshrc

In order to make the terminal usable you need to install the font Source Code Pro for Powerline.

Update custom plugins

Custom plugins are included via git submodules - in order to update them you just need to fetch the submodules:

git submodule update --remote --merge --recursive

About

Dotfiles for zsh and oh-my-zsh

Resources

Stars

Watchers

Forks

Languages