Added p10k config
This commit is contained in:
parent
2758120aaa
commit
1d88696390
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
pushd ~/nix-config
|
pushd ~/dotfiles
|
||||||
nix build .#homeManagerConfigurations.alejandro.activationPackage
|
nix build .#homeManagerConfigurations.alejandro.activationPackage
|
||||||
./result/activate
|
./result/activate
|
||||||
popd
|
popd
|
||||||
|
|
1730
users/alejandro/p10k/p10k.zsh
Normal file
1730
users/alejandro/p10k/p10k.zsh
Normal file
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,6 @@
|
||||||
'';
|
'';
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
base16_darktooth
|
base16_darktooth
|
||||||
source ~/.p10k.zsh
|
|
||||||
bindkey -v
|
bindkey -v
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
alias view="vim -R $1"
|
alias view="vim -R $1"
|
||||||
|
@ -57,6 +56,11 @@
|
||||||
};
|
};
|
||||||
file = "powerlevel10k.zsh-theme";
|
file = "powerlevel10k.zsh-theme";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "powerlevel10k-config";
|
||||||
|
src = lib.cleanSource ./p10k;
|
||||||
|
file = "p10k.zsh";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "base16-shell";
|
name = "base16-shell";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue