forked from Snoweuph/Dotfiles
Adding Services
This commit is contained in:
parent
5694b4a5fc
commit
71d1b1e979
2 changed files with 13 additions and 1 deletions
5
.config/.gitignore
vendored
5
.config/.gitignore
vendored
|
@ -10,9 +10,12 @@
|
||||||
# Glow
|
# Glow
|
||||||
!/glow/
|
!/glow/
|
||||||
|
|
||||||
# oh My Posh
|
# Oh My Posh
|
||||||
!omp.toml
|
!omp.toml
|
||||||
|
|
||||||
|
# Services
|
||||||
|
!systemd/
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
!/ssh/
|
!/ssh/
|
||||||
|
|
||||||
|
|
9
.config/systemd/user/ra-multiplex.service
Normal file
9
.config/systemd/user/ra-multiplex.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Multiplex Rust Analyzer Sessions, for a fast LSP experience
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/zsh -l -c 'exec "$@"' _ ra-multiplex server
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in a new issue