tbjers / .fleek

Own your $HOME

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fleek Configuration

nix home-manager configs created by fleek.

Reference

Usage

Aliases were added to the config to make it easier to use. To use them, run the following commands:

# To change into the fleek generated home-manager directory
$ fleeks
# To apply the configuration
$ apply-$(hostname)

Your actual aliases are listed below: cat = "bat";

catp = "bat -P";

cz = "chezmoi";

czg = "chezmoi git";

db = "distrobox";

fleeks = "cd ~/.local/share/fleek";

g = "git";

nah = "git reset --hard; git clean -df;";

tf = "terraform";

About

Own your $HOME

License:MIT License


Languages

Language:Nix 100.0%