Add a few languages and nix-shell alias to run zsh
This commit is contained in:
parent
288090edbe
commit
d44435832a
3 changed files with 8 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
|||
svelte.enable = true;
|
||||
python.enable = true;
|
||||
tailwind.enable = true;
|
||||
go.enable = true;
|
||||
};
|
||||
|
||||
notes.obsidian = {
|
||||
|
|
|
@ -2,19 +2,20 @@
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
enableAutosuggestions = true;
|
||||
shellAliases = {
|
||||
update = "sudo nixos-rebuild switch --flake /home/zuma/nix_files#t0urn3s0l";
|
||||
connect-h4ppy = "mosh --ssh=\"ssh -p 72\" globuzma@87.231.223.91";
|
||||
cat = "bat";
|
||||
ls = "eza --time-style=relative --git --octal-permissions --icons --binary -lg";
|
||||
calc = "eva";
|
||||
nix-shell = "nix-shell --run zsh";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
autosuggestion.enable = true;
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue