mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-12 07:23:02 -04:00
128 current 2024-05-16 22:00:08 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
da5e4d9bcb
commit
fa1e61315d
1 changed files with 4 additions and 3 deletions
|
@ -47,6 +47,7 @@ in
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
|
tailscale
|
||||||
clang
|
clang
|
||||||
gnumake
|
gnumake
|
||||||
jq
|
jq
|
||||||
|
@ -129,9 +130,9 @@ in
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
(pkgs.writeShellScriptBin "git_fetchAll" ''
|
(pkgs.writeShellScriptBin "git_fetchAll" ''
|
||||||
git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "''${remote#origin/}" "$remote"; done
|
git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "''${remote#origin/}" "$remote"; done
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git pull --all
|
git pull --all
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "install_eslint" ''
|
(pkgs.writeShellScriptBin "install_eslint" ''
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue