Skip to content

Commit

Permalink
Create ~/.config/systemd/user/ if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
shombando committed Feb 12, 2024
1 parent 03bb7b5 commit 810ceb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import = [
Then we'll install the systemd service, by opening a terminal in this current folder and running the following:
``` sh
cd ~/.config/alacritty/alacritty-auto-theme
mkdir -p ~/.config/systemd/user/
cp ./AlacrittyAutoTheme.service ~/.config/systemd/user/
systemctl --user enable AlacrittyAutoTheme.service
systemctl --user start AlacrittyAutoTheme.service
Expand Down

0 comments on commit 810ceb0

Please sign in to comment.