fix(darkman): wrong symlinks used
This commit is contained in:
parent
372087a725
commit
27cb86c655
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ln -fs ../themes/themes/monokai_pro.toml .config/alacritty/themes/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 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ln -fs ../themes/themes/catppuccin_latte.toml .config/alacritty/themes/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…
Reference in New Issue
Block a user