mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(rtorrent): Add rtorrent
This commit is contained in:
parent
2af61a662a
commit
486aa89303
4 changed files with 49 additions and 0 deletions
|
|
@ -27,6 +27,13 @@ readline:
|
|||
mkdir -p {{XDG_CONFIG_HOME}}/readline
|
||||
{{LN}} {{DOTFILES}}/common/inputrc {{XDG_CONFIG_HOME}}/readline/inputrc
|
||||
|
||||
[unix]
|
||||
rtorrent:
|
||||
mkdir -p {{XDG_CONFIG_HOME}}/rtorrent
|
||||
{{LN}} {{DOTFILES}}/common/rtorrent.rc {{XDG_CONFIG_HOME}}/rtorrent/rtorrent.rc
|
||||
mkdir -p {{XDG_DATA_HOME}}/rtorrent/session
|
||||
mkdir -p {{XDG_DATA_HOME}}/rtorrent/watch
|
||||
|
||||
starship:
|
||||
{{LN}} {{DOTFILES}}/common/starship.toml {{XDG_CONFIG_HOME}}/starship.toml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue