amiroff / dotfiles

Everyone's keeping them in version control nowadays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repo is a collection of my dotfiles. Feel free to steal any part of it.

Installation

  1. Clone the repo into your ~/.dotfiles

  2. Run these command from your home dir or automate the step in any way you want.

     ln -s ~/.dotfiles/bash_profile .bash_profile
     ln -s ~/.dotfiles/bashrc .bashrc (optional, linux host)
     ln -s ~/.dotfiles/gitconfig .gitconfig
     ln -s ~/.dotfiles/gitignore_global .gitignore_global
     ln -s ~/.dotfiles/inputrc .inputrc
     sudo locale-gen tr_TR.UTF-8
    
  3. Done!

About

Everyone's keeping them in version control nowadays


Languages

Language:Shell 100.0%