diff options
-rw-r--r-- | alacritty.yml (renamed from alacritty/normal.yml) | 0 | ||||
-rw-r--r-- | alacritty/unsafe.yml | 54 | ||||
-rwxr-xr-x | install.sh | 4 |
3 files changed, 2 insertions, 56 deletions
diff --git a/alacritty/normal.yml b/alacritty.yml index 217f97d..217f97d 100644 --- a/alacritty/normal.yml +++ b/alacritty.yml diff --git a/alacritty/unsafe.yml b/alacritty/unsafe.yml deleted file mode 100644 index 97c134f..0000000 --- a/alacritty/unsafe.yml +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright (C) 2022 HimbeerserverDE -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. - -window: - opacity: 0.33 - class: "alacritty" - -font: - size: 12 - normal: - family: "Hack" - style: "Regular" - bold: - family: "Hack" - style: "Bold" - italic: - family: "Hack" - style: "Italic" - -colors: - primary: - background: '#813d9c' - normal: - black: '#000000' - red: '#d83268' - green: '#11cc11' - yellow: '#cc9900' - blue: '#6699ff' - magenta: '#cc11cc' - cyan: '#22bbbb' - white: '#d8d8d8' - bright: - black: '#222222' - red: '#fa5486' - green: '#33ee33' - blue: '#88bbff' - magenta: '#ee33ee' - cyan: '#44dddd' - white: '#fafafa' - -env: - TERM: xterm-256color @@ -114,8 +114,8 @@ xdg-user-dirs-update --set VIDEOS ~/videos cargo install alacritty cargo install river-bsp-layout -mkdir -p ~/.config -ln -sf ${PWD}/alacritty ~/.config/alacritty +mkdir -p ~/.config/alacritty +ln -sf ${PWD}/alacritty.yml ~/.config/alacritty/alacritty.yml mkdir -p ~/.gnupg ln -sf ${PWD}/gpg-agent.conf ~/.gnupg/gpg-agent.conf |