Skip to content

joecabezas/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Steps:

cd
mkdir -p ~/git/dotfiles
git clone https://github.com/joecabezas/dotfiles.git ~/git/dotfiles

ln -s ~/git/dotfiles/.zshrc .
ln -s ~/git/dotfiles/.zplugrc .

# install code taken directly from zplug repo:
# https://github.com/zplug/zplug
echo installing zplug
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
zplug install

Install tools

Zsh

depending on platform:

  • OSX
brew install zsh
  • Debian and derivatives
apt install zsh

NeoVim

https://github.com/neovim/neovim/blob/master/BUILD.md

also install configuration:

mkdir -p ~/.config/nvim
cd ~/.config/
ln -s ~/git/dotfiles/config/nvim .

Nerd Fonts

if you want icons (who am I fooling, nobody else than me will read this), download and install a font from here: https://www.nerdfonts.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published