sspatari / .dotfiles

Dotfiles configurations used on all my linux/macos computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

: '
                                   _       _    __ _ _
                                  | |     | |  / _(_) |
                                __| | ___ | |_| |_ _| | ___  ___
                               / _` |/ _ \| __|  _| | |/ _ \/ __|
                              | (_| | (_) | |_| | | | |  __/\__ \
                               \__,_|\___/ \__|_| |_|_|\___||___/
                                --------------------------------
                                Add a dot in front of that file!
                         ----------------------------------------------

             -----------------------------------------------------------------------
             This repository is the collection of configurations that I learned over
             time and still use for my daily work. The repository contains configs
             files for vim, tmux and etc.
             -----------------------------------------------------------------------

'

How to use it

  1. Install stow GNU Stow for you OS. Example for MacOS brew install stow
  2. Clone this repo inside your $HOME directory, and cd into it.
git clone git@github.com:sspatari/.dotfiles.git
cd .dotfiles
  1. Use either stow . to install all or stow each folder separatly

About

Dotfiles configurations used on all my linux/macos computers

License:MIT License


Languages

Language:Lua 84.1%Language:Shell 14.9%Language:Vim Script 1.0%