mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
chezmoi: init scripts
This commit is contained in:
parent
c1a63e4658
commit
eb31d815ce
6 changed files with 38 additions and 0 deletions
7
home/scripts/run_once_rtorrent.sh
Normal file
7
home/scripts/run_once_rtorrent.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
|
||||
|
||||
mkdir -p {{XDG_DATA_HOME}}/rtorrent/session
|
||||
mkdir -p {{XDG_DATA_HOME}}/rtorrent/watch
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue