Compare commits

...

2 Commits

3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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