Skip to content

abeintopalo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a repository for my dotfiles

Installation

Step 1 - Fish Shell

Fish Shell Installation (latest):
brew install fish --HEAD

add the shell to the system know shells: echo /usr/local/bin/fish | sudo tee -a /etc/shells

make fish your default shell:
chsh -s /usr/local/bin/fish

Step2 - Fisherman (package manager for the fish shell)

Homepage: fisherman

Installation:

  • fisher update all
  • fisher add jethrokuan/z autocompletion for most used directories
  • fisher add jethrokuan/fzf fuzzing finder

Themes

  • fisher add rafaelrinaldi/pure clean simple theme
  • Set solarized dark theme from fish_config

Step 3 - Dotfiles

Installation:

curl -Lks https://raw.githubusercontent.com/abeintopalo/dotfiles/master/.bin/install.sh | /bin/bash

About

Dotfiles for my setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages