Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 528 Bytes

File metadata and controls

23 lines (18 loc) · 528 Bytes

My dotfiles

Store dot files used in my unix/linux computers.

Installation

In order to install use the install.sh script. You can install one, some or all dotfiles

$ git clone --recursive https://github.com/panosdim/dotfiles.git
$ cd dotfiles
$ ./install.sh -h

Usage: ./install.sh options

This install dotfiles in your home directory.

OPTIONS:
 -h      Show this message
 -a      Install ash dotfiles
 -b      Install bash dotfiles
 -v      Install vim dotfiles
 -f      Install fish dotfiles

$ ./install.sh -a