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
- Host: GitHub
- URL: https://github.com/amiroff/dotfiles
- Owner: amiroff
- Created: 2012-09-21T16:32:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T14:30:26.000Z (about 12 years ago)
- Last Synced: 2025-10-11T19:55:11.113Z (8 months ago)
- Language: Shell
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!