netologist / theme-lambda

lambda theme for oh my fish
MIT License
64 stars 43 forks source link

nix home-manager compatible setup. #19

Closed Tchekda closed 3 years ago

Tchekda commented 3 years ago

Most of Oh-My-Fish themes can be installed through nix home-manager because they follow some standard guidelines for directory strucure.

I moved the fish files to functions directory because they are loaded with this script by home-manager :

# Set paths to import plugin components
if test -d $plugin_dir/functions
  set fish_function_path $fish_function_path[1] $plugin_dir/functions $fish_function_path[2..-1]
end

I also updated the README.md to display the configuration.

If you need me to change something, feel free to ask, I will be more than happy to help