/dotfiles

repository of configuration files

Primary LanguagePythonApache License 2.0Apache-2.0

dotfiles

Install stow

sudo apt-get install stow
git clone --recursive git@github.com:ssledz/dotfiles.git
git submodule update --init --recursive

adding new module

cd dotfiles
git submodule add https://github.com/zsh-users/zsh-autosuggestions.git\
  zsh/.oh-my-zsh-custom/plugins/zsh-autosuggestions/
git add -A
git commit -m 'new module'
git push