Skip to content

estadaoDados/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Dot files based on "Homesick"

To install and use this configurations, you need to install ruby/rubygems first:

# Install Ruby:
sudo aptitude install ruby rdoc irb git
#
# Download the latest rubygems from: https://rubygems.org/pages/download
#       In my case was rubygems-2.2.2.tgz
#
# Unpack it
tar xzf rubygems-2.2.2.tgz
#
# Enter the folder:
cd rubygems-2.2.2
#
# Install it:
sudo ruby setup.rb all
#
# To install homesick
sudo gem install homesick
#
# To clone a homesick repos
homesick clone https://github.com/estadaodados/dotfiles.git
#
# To list all homesick repositories avaliable
homesick list
# p.ex.: dotfiles https://github.com/estadaodados/dotfiles.git
#
# To "activate" a repository
# homesick symlink dotfiles
#
# or use the bootstrap function
~/.homesick/repos/dotfiles/bootstrap.sh

About

Commented dotfiles: bashrc, bash_aliases, vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 44.1%
  • PHP 34.2%
  • Shell 21.7%