Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

juliogarciag/dotfiles-fish

Repository files navigation

DotFiles (Fish)

A set of environment variables, functions and aliases for the Fish shell. Nothing here will gonna work for bash or zsh :D

Some Assumptions

  • All the programming stuff goes on the ~/dev folder that contains two folders: projects and dotfiles.

Instalation

  • Install Fish: brew install fish and set it up as the default shell.
  • Clone this: git clone git@github.com:juliogarciag/dotfiles-fish.git ~/dev/dotfiles/fish.
  • Go to ~/.config/fish/config.fish.
  • Add the next line to that file: source ~/dev/dotfiles/fish/profile.fish.
  • Save it.