mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
Compare commits
3 Commits
4ec39b7ab3
...
a1ad0fa815
Author | SHA1 | Date | |
---|---|---|---|
a1ad0fa815 | |||
9c14f17cd8 | |||
00c61fe4a1 |
3
cask.nix
3
cask.nix
@@ -16,8 +16,7 @@
|
|||||||
"docker"
|
"docker"
|
||||||
"sloth"
|
"sloth"
|
||||||
"vscodium"
|
"vscodium"
|
||||||
"hoppscotch"
|
"bruno"
|
||||||
"postman"
|
|
||||||
"utm"
|
"utm"
|
||||||
"balenaetcher"
|
"balenaetcher"
|
||||||
"outerbase-studio"
|
"outerbase-studio"
|
||||||
|
@@ -37,7 +37,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
l = "ls -hal";
|
l = "eza -a1lh";
|
||||||
|
ls = "eza";
|
||||||
dc = "docker compose";
|
dc = "docker compose";
|
||||||
rsync = "rsync -az --info=progress2";
|
rsync = "rsync -az --info=progress2";
|
||||||
t = "tmux new-session -A -s main";
|
t = "tmux new-session -A -s main";
|
||||||
@@ -58,8 +59,11 @@
|
|||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
if type -q oh-my-posh
|
# if type -q oh-my-posh
|
||||||
oh-my-posh init fish --config ~/.config/omp/config.yaml | source
|
# oh-my-posh init fish --config ~/.config/omp/config.yaml | source
|
||||||
|
# end
|
||||||
|
if type -q starship
|
||||||
|
starship init fish | source
|
||||||
end
|
end
|
||||||
if type -q fnm
|
if type -q fnm
|
||||||
fnm env --use-on-cd | source
|
fnm env --use-on-cd | source
|
||||||
|
@@ -19,10 +19,21 @@ with pkgs;
|
|||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
woff2
|
woff2
|
||||||
bat
|
|
||||||
rsync
|
rsync
|
||||||
yq
|
yq
|
||||||
|
|
||||||
|
# Rust utils
|
||||||
|
bat
|
||||||
|
eza
|
||||||
|
fd
|
||||||
|
ripgrep
|
||||||
|
ripgrep-all
|
||||||
|
zoxide
|
||||||
|
uutils-coreutils-noprefix
|
||||||
|
dust
|
||||||
|
yazi
|
||||||
|
starship
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
devenv
|
devenv
|
||||||
nixpacks
|
nixpacks
|
||||||
@@ -38,7 +49,6 @@ with pkgs;
|
|||||||
lua
|
lua
|
||||||
luajitPackages.luarocks
|
luajitPackages.luarocks
|
||||||
ast-grep
|
ast-grep
|
||||||
ripgrep
|
|
||||||
|
|
||||||
# Language specific
|
# Language specific
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
boundary
|
boundary
|
||||||
awscli2
|
awscli2
|
||||||
_1password-cli
|
_1password-cli
|
||||||
|
vault
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user