/dotfiles

My personal collection of dot files

Primary LanguageShell

Install

git clone https://github.com/LukasWoodtli/dotfiles.git ~/.dotfiles && \
cd ~/.dotfiles && \
git submodule update --init --recursive && \
./install

Update

cd ~/.dotfiles && \
git pull && \
git submodule update --init --recursive && \
./install