Skip to content

rmarescu/dotfiles-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razvan Marescu Dot Files

These are config files to set up a system the I like it. It uses Fish Shell and has only tested with Mac OS X.

Installation

Run the following commands in your terminal. It will prompt you before it does anything destructive. Check out the Rakefile to see exactly what it does.

git clone https://github.com/rmarescu/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
rake install

After installing, open a new terminal window to see the effects.

Homebrew

To configure Fish shell to init correctly

echo "custom_shell_init" > ~/.config/fish/config.fish

Update Homebrew packages and casks using:

brew list --formula -1 > ~/.dotfiles/brew/Brewfile
brew list --cask -1 > ~/.dotfiles/brew/Caskfile

To install/restore packages:

cat brew/Brewfile | xargs brew install
cat brew/Caskfile | xargs brew install --cask

Features

  • Greet each new terminal with a fortune. brew install fortune

  • Custom Git prompt to detect branch and if branch is modified.

  • Custom abbreviations for common actions

Screenshot

About

My configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.0%
  • Shell 49.0%