added core packages, shell ailases
This commit is contained in:
parent
2fb36511b6
commit
e9f5979cdf
@ -20,6 +20,7 @@
|
|||||||
fzf # A command-line fuzzy finder
|
fzf # A command-line fuzzy finder
|
||||||
fh # flake hub command line interface
|
fh # flake hub command line interface
|
||||||
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||||
|
yt-dlp
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
cowsay
|
cowsay
|
||||||
@ -43,6 +44,7 @@
|
|||||||
discord
|
discord
|
||||||
obsidian
|
obsidian
|
||||||
vscode
|
vscode
|
||||||
|
ollama
|
||||||
|
|
||||||
# games?
|
# games?
|
||||||
# prismlauncher
|
# prismlauncher
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
username,
|
|
||||||
useremail,
|
useremail,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
@ -14,7 +13,7 @@
|
|||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = username;
|
userName = "Wyatt J. Miller";
|
||||||
userEmail = useremail;
|
userEmail = useremail;
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# ls aliases
|
# ls aliases
|
||||||
# ls = "eza --color $argv";
|
ls = "eza --color $argv";
|
||||||
la = "eza -l -all --color $argv";
|
la = "eza -l -all --color $argv";
|
||||||
ll = "eza -l --color $argv";
|
ll = "eza -l --color $argv";
|
||||||
lt = "eza -l --color --git $argv";
|
lt = "eza -l --color --git $argv";
|
||||||
@ -19,6 +19,10 @@
|
|||||||
cat = "bat $argv";
|
cat = "bat $argv";
|
||||||
less = "bat $argv";
|
less = "bat $argv";
|
||||||
more = "bat $argv";
|
more = "bat $argv";
|
||||||
|
|
||||||
|
# top alias
|
||||||
|
top = "btm";
|
||||||
|
htop = "btm";
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
@ -38,7 +42,9 @@
|
|||||||
"Deez nuts" \
|
"Deez nuts" \
|
||||||
"I wanna be a cowboy baby" \
|
"I wanna be a cowboy baby" \
|
||||||
"Can I get a waffle? Can I please get a waffle?" \
|
"Can I get a waffle? Can I please get a waffle?" \
|
||||||
"I'm lesbian. I thought you were American."
|
"I'm lesbian. I thought you were American." \
|
||||||
|
"You gotta give 'em that 'hawk tuah' and spit on that thang!" \
|
||||||
|
"We don't do that here..."
|
||||||
|
|
||||||
set choose_meme (random)"%"(count $memes)
|
set choose_meme (random)"%"(count $memes)
|
||||||
set choose_meme $memes[(math $choose_meme"+1")]
|
set choose_meme $memes[(math $choose_meme"+1")]
|
||||||
|
Loading…
Reference in New Issue
Block a user