new grep alias + git full instead of normal git
This commit is contained in:
@@ -5,6 +5,7 @@ if status is-interactive
|
|||||||
alias docker=podman
|
alias docker=podman
|
||||||
alias ls='/etc/profiles/per-user/river/bin/eza --icons'
|
alias ls='/etc/profiles/per-user/river/bin/eza --icons'
|
||||||
alias cat="/etc/profiles/per-user/river/bin/bat"
|
alias cat="/etc/profiles/per-user/river/bin/bat"
|
||||||
|
alias grep="/etc/profiles/per-user/river/bin/rg"
|
||||||
export PATH="$HOME/.npm-global/bin:$PATH"
|
export PATH="$HOME/.npm-global/bin:$PATH"
|
||||||
alias kubectx='kubectl config use-context'
|
alias kubectx='kubectl config use-context'
|
||||||
alias nrs="sudo nixos-rebuild switch --flake /home/river/nixos-dotfiles#pc"
|
alias nrs="sudo nixos-rebuild switch --flake /home/river/nixos-dotfiles#pc"
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
git
|
|
||||||
bash
|
bash
|
||||||
fish
|
fish
|
||||||
vesktop
|
vesktop
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.gitFull;
|
||||||
settings = {
|
settings = {
|
||||||
user = {
|
user = {
|
||||||
name = "Maaz Khokhar";
|
name = "Maaz Khokhar";
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
credential.helper = "libsecret";
|
credential.helper = "libsecret";
|
||||||
|
push.autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
gitFull
|
||||||
neovim
|
neovim
|
||||||
btop
|
btop
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
Reference in New Issue
Block a user