Added p10k config

This commit is contained in:
Alejandro Angulo 2022-09-18 15:10:36 -07:00
parent 2758120aaa
commit 1d88696390
3 changed files with 1736 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
pushd ~/nix-config
pushd ~/dotfiles
nix build .#homeManagerConfigurations.alejandro.activationPackage
./result/activate
popd

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,6 @@
'';
initExtra = ''
base16_darktooth
source ~/.p10k.zsh
bindkey -v
bindkey '^R' history-incremental-search-backward
alias view="vim -R $1"
@ -57,6 +56,11 @@
};
file = "powerlevel10k.zsh-theme";
}
{
name = "powerlevel10k-config";
src = lib.cleanSource ./p10k;
file = "p10k.zsh";
}
{
name = "base16-shell";
src = fetchFromGitHub {