mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Renamed shell.nix in dot_config
This commit is contained in:
parent
8ed6576fb1
commit
eef63684f9
1 changed files with 0 additions and 0 deletions
21
dot_config/flake/home/shell.nix
Normal file
21
dot_config/flake/home/shell.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{...}: {
|
||||
home.shellAliases = {
|
||||
# Git
|
||||
gc = "git commit";
|
||||
gcm = "git commit -m";
|
||||
gac = "git add . and git commit";
|
||||
gacp = "gac and git push";
|
||||
gs = "git status";
|
||||
|
||||
# nix
|
||||
flake = "nix flake";
|
||||
|
||||
# home-manager
|
||||
hm-upgrade = "nix flake update --flake ~/.local/share/chezmoi/dot_config/flake#";
|
||||
hm-update = "home-manager switch --flake ~/.config/flake";
|
||||
|
||||
# chezmoi
|
||||
dot_apply = "chezmoi apply";
|
||||
dot_pull = "chezmoi update";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue