Skip to content

saschamt/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personalized mix of ruby, rails and git. For vim see vimfiles.

Installation

git clone https://github.com/dalibor/dotfiles.git ~/.dotfiles

echo "source ~/.dotfiles/bashrc" >> ~/.bashrc
echo "source ~/.bash_profile" >> ~/.bashrc

ln -s ~/.dotfiles/gitconfig ~/.gitconfig
ln -s ~/.dotfiles/gitignore ~/.gitignore
ln -s ~/.dotfiles/gemrc ~/.gemrc
ln -s ~/.dotfiles/irbrc ~/.irbrc
ln -s ~/.dotfiles/ackrc ~/.ackrc
ln -s ~/.dotfiles/screenrc ~/.screenrc
ln -s ~/.dotfiles/tmux ~/.tmux.conf
mkdir -p ~/bin
test -L ~/bin/dotfiles_bins && echo "~/bin/dotfiles_bins exists" || ln -s ~/.dotfiles/bin ~/bin/dotfiles_bins

Configuration

Create ~/.gitconfig.local file with your name and email to use with Git

[user]
  name = Dalibor Nasevic
  email = [email protected]

** Note: make sure you have the newest version of Git installed. Git version 1.7.9.5 does not support include tag that's used to include gitconfig.local file.

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

Releases

No releases published

Packages

No packages published

Languages

  • Perl 66.4%
  • Shell 31.8%
  • Ruby 1.4%
  • Python 0.4%