ssledz / dotfiles

repository of configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

repository of configuration files

License:Apache License 2.0


Languages

Language:Python 25.3%Language:Emacs Lisp 22.5%Language:Shell 16.1%Language:Lua 13.8%Language:NASL 12.7%Language:Perl 7.9%Language:Vim Script 1.8%Language:M 0.0%