Compare commits

..

2 Commits

Author SHA1 Message Date
c46c21b662 chore: migrate config to new keys 2024-11-24 13:16:02 +01:00
80909ae72c chore: migrate shebang to use /usr/bin/env 2024-11-24 13:15:07 +01:00
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