FelikZ / dotfiles

My linux dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Unix/linux friendly scripts and shell goodness.

  1. Clone the repo and install stuff

    git clone git@github.com:FelikZ/dotfiles.git ~/dotfiles
    . ~/dotfiles/links.sh
    . ~/dotfiles/.bash_profile_default
    . ~/dotfiles/setup.sh
    ## Mac
    # . ~/dotfiles/mac-setup.sh
    ## Windows
    # . ~/dotfiles/win-setup.sh
  2. Install fonts:

    ls -l ~/dotfiles/fonts
  3. Install pre-commit hook

    cd ~/dotfiles
    pre-commit install

NOTE: to compile fonts, use:

git clone git@github.com:FelikZ/Ligaturizer.git
cd Ligaturizer
git checkout fonts
make
ls -l ./fonts/output

About

My linux dotfiles.

License:MIT License


Languages

Language:Shell 47.3%Language:Vim Script 38.7%Language:Batchfile 14.0%