Compare commits
2 Commits
27cb86c655
...
c46c21b662
Author | SHA1 | Date | |
---|---|---|---|
c46c21b662 | |||
80909ae72c |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user