Compare commits

..

No commits in common. "c46c21b662bcdec9f40360edc24138bfcb7c2de7" and "27cb86c6554021aee9378ce4b908f332d156f42a" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
general.import = [
"~/.config/alacritty/current-theme.toml"
import = [
"~/.config/alacritty/themes/current-theme.toml"
]
general.live_config_reload = true
general.ipc_socket = true
live_config_reload = true
ipc_socket = true

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
ln -fs themes/themes/monokai_pro.toml .config/alacritty/current-theme.toml
touch ~/.config/alacritty/alacritty.toml

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
ln -fs themes/themes/catppuccin_latte.toml .config/alacritty/current-theme.toml
touch ~/.config/alacritty/alacritty.toml