This repository stores a collection of my personal dotfiles. There are dotfiles only - no other dependencies. It is safe to clone dotfiles on any machine and install them. Installation will not bring any binaries. I install my dependencies with scripts stored on Pawka/laptop-setup repository.
Dotfiles includes configuration for following tools:
- Tmux
- Vim
- Git
- Zsh
And more...
Installation will create symlinks on home directory pointing to files on repository folder.
git clone https://github.com/Pawka/dotfiles ~/.dotfiles
cd ~/.dotfiles
make installUninstalling dotfiles simply will remove previously created symlinks.
make uninstallVIM configuration requires cloned plugin manager and installed plugins. The comamnd below needs to be called explicitly:
make vim