Skip to content

luckypool/dotfiles

Repository files navigation

README

Prepare zsh & prezto

zsh

install prezto see prezto/README.md

git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

Do re-open new zsh terminal.

Cloen repo

cd
git clone [email protected]:luckypool/dotfiles.git .dotfiles

Making symbolic link of dotfile to your home directory

cd ~/.dotfiles

run shell script

./install-dotfiles.sh

2) setup vimrc

run shell script

./setup-vimrc.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published