Skip to content

A collection of unix based development environment configuration files

Notifications You must be signed in to change notification settings

maz808/dev-env-conf-buddy

Repository files navigation

dev-env-conf-buddy

Change default shell to zsh if not already:

chsh -s $(which zsh)

Create links and copy files:

ln -s ${PWD}/.tmux/.tmux.conf ~/.tmux.conf
cp .tmux/.tmux.conf.local ~/.tmux.conf.local 
ln -s ${PWD}/.vim ~/.vim
ln -s ${PWD}/.vimrc ~/.vimrc
ln -s ${PWD}/powerlevel10k ~/powerlevel10k
ln -s ${PWD}/tmux_startup.zsh ~/tmux_startup.zsh
curl -L git.io/antigen > ~/antigen.zsh
cp .zshrc ~/.zshrc
cp .zprofile ~/.zprofile

About

A collection of unix based development environment configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published