Added p10k config
This commit is contained in:
parent
2758120aaa
commit
1d88696390
3 changed files with 1736 additions and 2 deletions
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 = ''
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue