configure alacritty
This commit is contained in:
parent
03f379aab3
commit
2cd455ce0a
3 changed files with 39 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
. "$(fzf-share)/completion.bash"
|
||||
. <(z --init bash)
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
cat = "bat -pp";
|
||||
less = "bat -p";
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
etc = {
|
||||
"sway/config".source = ../dotfiles/sway/config;
|
||||
"sway/status.toml".source = ../dotfiles/sway/status.toml;
|
||||
"xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue