An open API service indexing awesome lists of open source software.

https://github.com/amiroff/dotfiles

Everyone's keeping them in version control nowadays
https://github.com/amiroff/dotfiles

Last synced: 2 months ago
JSON representation

Everyone's keeping them in version control nowadays

Awesome Lists containing this project

README

          

## 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!