mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-08 22:24:36 +02:00
added fedora specific config
This commit is contained in:
parent
4586a56916
commit
e8b3ca7dd4
6 changed files with 344 additions and 14 deletions
programs
|
@ -1,8 +0,0 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -36,11 +36,6 @@ in {
|
|||
undo-git-reset-head = "git reset 'HEAD@{1}'";
|
||||
update-local = "bash $HOME/.dotfiles/install";
|
||||
};
|
||||
plugins = [{
|
||||
name = "bun";
|
||||
file = "completions/bun.zsh";
|
||||
src = pkgs.bun;
|
||||
}];
|
||||
zplug = {
|
||||
enable = true;
|
||||
plugins = map (x: {
|
||||
|
@ -48,5 +43,8 @@ in {
|
|||
tags = [ "from:oh-my-zsh" ];
|
||||
}) omz-plugins;
|
||||
};
|
||||
initExtra = ''
|
||||
eval $(${pkgs.thefuck}/bin/thefuck --alias)
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue