mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
Updates
This commit is contained in:
parent
f3df47f424
commit
a60be4287c
2 changed files with 95 additions and 1 deletions
6
home.nix
6
home.nix
|
@ -98,6 +98,10 @@
|
|||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
functions = {
|
||||
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
|
||||
};
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "bass";
|
||||
|
@ -186,6 +190,7 @@
|
|||
gca="git commit -am";
|
||||
gws="git status";
|
||||
ghauth="gh auth login --with-token < ~/.ghauth";
|
||||
giscala="gitignore scala,vim,java,sbt > .gitignore";
|
||||
gforksync="git fetch upstream && git merge upstream/master && git push origin master";
|
||||
grep="grep --color=auto";
|
||||
new-sbt="sbt new scala/scala-seed.g8";
|
||||
|
@ -265,6 +270,7 @@
|
|||
pkgs.pgcli
|
||||
pkgs.prettyping
|
||||
pkgs.procs
|
||||
pkgs.python38Packages.debugpy
|
||||
pkgs.ranger
|
||||
pkgs.readline
|
||||
pkgs.ripgrep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue