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"
|
||||
"sloth"
|
||||
"vscodium"
|
||||
"hoppscotch"
|
||||
"postman"
|
||||
"bruno"
|
||||
"utm"
|
||||
"balenaetcher"
|
||||
"outerbase-studio"
|
||||
|
@@ -37,7 +37,8 @@
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
l = "ls -hal";
|
||||
l = "eza -a1lh";
|
||||
ls = "eza";
|
||||
dc = "docker compose";
|
||||
rsync = "rsync -az --info=progress2";
|
||||
t = "tmux new-session -A -s main";
|
||||
@@ -58,8 +59,11 @@
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
if type -q oh-my-posh
|
||||
oh-my-posh init fish --config ~/.config/omp/config.yaml | source
|
||||
# if type -q oh-my-posh
|
||||
# oh-my-posh init fish --config ~/.config/omp/config.yaml | source
|
||||
# end
|
||||
if type -q starship
|
||||
starship init fish | source
|
||||
end
|
||||
if type -q fnm
|
||||
fnm env --use-on-cd | source
|
||||
|
@@ -19,10 +19,21 @@ with pkgs;
|
||||
tree
|
||||
wget
|
||||
woff2
|
||||
bat
|
||||
rsync
|
||||
yq
|
||||
|
||||
# Rust utils
|
||||
bat
|
||||
eza
|
||||
fd
|
||||
ripgrep
|
||||
ripgrep-all
|
||||
zoxide
|
||||
uutils-coreutils-noprefix
|
||||
dust
|
||||
yazi
|
||||
starship
|
||||
|
||||
# Dev
|
||||
devenv
|
||||
nixpacks
|
||||
@@ -38,7 +49,6 @@ with pkgs;
|
||||
lua
|
||||
luajitPackages.luarocks
|
||||
ast-grep
|
||||
ripgrep
|
||||
|
||||
# Language specific
|
||||
nixfmt-rfc-style
|
||||
|
@@ -16,6 +16,7 @@
|
||||
boundary
|
||||
awscli2
|
||||
_1password-cli
|
||||
vault
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user