Skip to content

ulic-youthlic/fish.conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fish.conf

Configuration file of fish.

It used to be called Dotfile-Fish.

Dependencies

  1. fisher: the manager of fish plugins.
  2. fzf

NOTE: The configuration install fish plugin for fzf via fisher.
This means that there will be NO ERROR if there is NO fisher and if there are BOTH fisher and fzf, but there will be an ERROR if there is ONLY fisher and NO fzf.

Usage

  1. Clone this repo.
    $ git clone https://github.com/ulic-youthlic/fish.conf.git && cd fish.conf
  2. Source it.
    $ chmod +x ./init.fish && ./init.fish

BASE_CONFIG_DIR

The dir named base_config_dir is the git_dir of a bare git repo, whose work_tree is $HOME.

This configuration manage dotfiles in $HOME via the bare git repo. To manage the bare git repo, a fish function bconf defined by prepending --git-dir=$BASE_CONFIG_DIR --work-tree=$HOME to git options.

About

Configuration for fish shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages