mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add procs, tldr, and tokei
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -55,11 +55,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1611789867,
|
"lastModified": 1611883201,
|
||||||
"narHash": "sha256-GQegMZh32N7hJDl0yU0LYa97BrpwpnpvHkA8Xs8GE6c=",
|
"narHash": "sha256-Hdii6rT+xdfgBLfURBVWRwhrjpDsFRkqLhqcAzSVr04=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4ca7b89322533e7eaf64497830386fe8c165a89c",
|
"rev": "da8a3c3c2d183106756dace2d249906d81387b65",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -125,12 +125,14 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "exa -la --git";
|
|
||||||
".." = "cd ..";
|
|
||||||
grep = "grep --color=auto --line-buffered";
|
|
||||||
k = "kubectl";
|
|
||||||
aws-azure-login =
|
aws-azure-login =
|
||||||
"docker run --rm -it -v ~/.aws:/root/.aws sportradar/aws-azure-login";
|
"docker run --rm -it -v ~/.aws:/root/.aws sportradar/aws-azure-login";
|
||||||
|
".." = "cd ..";
|
||||||
|
e = "emacs -nw";
|
||||||
|
grep = "grep --color=auto --line-buffered";
|
||||||
|
k = "kubectl";
|
||||||
|
ls = "exa -la --git";
|
||||||
|
ps = "procs";
|
||||||
};
|
};
|
||||||
|
|
||||||
"oh-my-zsh" = {
|
"oh-my-zsh" = {
|
||||||
@@ -322,9 +324,9 @@
|
|||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs-nox;
|
|
||||||
extraPackages = epkgs:
|
extraPackages = epkgs:
|
||||||
(with epkgs; [
|
(with epkgs; [
|
||||||
|
all-the-icons
|
||||||
centaur-tabs
|
centaur-tabs
|
||||||
doom-modeline
|
doom-modeline
|
||||||
doom-themes
|
doom-themes
|
||||||
@@ -359,6 +361,7 @@
|
|||||||
rust-mode
|
rust-mode
|
||||||
spinner
|
spinner
|
||||||
terraform-mode
|
terraform-mode
|
||||||
|
treemacs
|
||||||
web-mode
|
web-mode
|
||||||
xclip
|
xclip
|
||||||
]);
|
]);
|
||||||
|
@@ -33,6 +33,13 @@
|
|||||||
(centaur-tabs-mode t)
|
(centaur-tabs-mode t)
|
||||||
(global-set-key (kbd "C-<prior>") 'centaur-tabs-backward)
|
(global-set-key (kbd "C-<prior>") 'centaur-tabs-backward)
|
||||||
(global-set-key (kbd "C-<next>") 'centaur-tabs-forward)
|
(global-set-key (kbd "C-<next>") 'centaur-tabs-forward)
|
||||||
|
(setq centaur-tabs-style "bar"
|
||||||
|
centaur-tabs-height 32
|
||||||
|
centaur-tabs-set-icons t
|
||||||
|
centaur-tabs-set-modified-marker t
|
||||||
|
centaur-tabs-show-navigation-buttons t
|
||||||
|
centaur-tabs-set-bar 'under
|
||||||
|
x-underline-at-descent-line t)
|
||||||
|
|
||||||
;; Trailing white space
|
;; Trailing white space
|
||||||
(setq-default show-trailing-whitespace t)
|
(setq-default show-trailing-whitespace t)
|
||||||
|
@@ -18,8 +18,11 @@
|
|||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
jq
|
jq
|
||||||
|
procs
|
||||||
remmina
|
remmina
|
||||||
ripgrep
|
ripgrep
|
||||||
|
tldr
|
||||||
|
tokei
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
yq-go
|
yq-go
|
||||||
|
Reference in New Issue
Block a user