Compare commits
No commits in common. "c46c21b662bcdec9f40360edc24138bfcb7c2de7" and "27cb86c6554021aee9378ce4b908f332d156f42a" have entirely different histories.
c46c21b662
...
27cb86c655
@ -1,6 +1,6 @@
|
|||||||
general.import = [
|
import = [
|
||||||
"~/.config/alacritty/current-theme.toml"
|
"~/.config/alacritty/themes/current-theme.toml"
|
||||||
]
|
]
|
||||||
|
|
||||||
general.live_config_reload = true
|
live_config_reload = true
|
||||||
general.ipc_socket = true
|
ipc_socket = true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
ln -fs themes/themes/monokai_pro.toml .config/alacritty/current-theme.toml
|
ln -fs themes/themes/monokai_pro.toml .config/alacritty/current-theme.toml
|
||||||
touch ~/.config/alacritty/alacritty.toml
|
touch ~/.config/alacritty/alacritty.toml
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
ln -fs themes/themes/catppuccin_latte.toml .config/alacritty/current-theme.toml
|
ln -fs themes/themes/catppuccin_latte.toml .config/alacritty/current-theme.toml
|
||||||
touch ~/.config/alacritty/alacritty.toml
|
touch ~/.config/alacritty/alacritty.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user