diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 2 | ||||
-rw-r--r-- | home/xyz/.config/myconf/pacman_Qqme | 1 | ||||
-rw-r--r-- | home/xyz/.config/myconf/pacman_Qqne | 2 | ||||
-rw-r--r-- | home/xyz/.config/myconf/sye | 1 | ||||
-rw-r--r-- | home/xyz/.local/share/qBittorrent/nova3/engines/jackett.json | 6 |
5 files changed, 10 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 8b1dff90..d1755bc6 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -29,7 +29,7 @@ esac # tput is better for different terminals? # but also need \[ and \] around color code for PS1! but seems no need for printf in script? why? # setaf and sgr0 see `man terminfo`, also it seems can have 256 different colors -PS1="\[$(tput setaf 6)\][\u@\h \W]\$ \[$(tput sgr0)\]" +PS1="\[$(tput setaf 5)\][\u@\h \W]\$ \[$(tput sgr0)\]" # https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc for cmd in hardcode-fixer ventoy units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do diff --git a/home/xyz/.config/myconf/pacman_Qqme b/home/xyz/.config/myconf/pacman_Qqme index 1ae88691..026331c3 100644 --- a/home/xyz/.config/myconf/pacman_Qqme +++ b/home/xyz/.config/myconf/pacman_Qqme @@ -5,6 +5,7 @@ bash-complete-alias dashbinsh grub-hook htop-vim +jackett-bin librespeed-cli-bin neovim-plug paru-bin diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne index 961590a5..7efe7697 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -1,7 +1,6 @@ base base-devel bash-completion -btrfs-progs dash devtools dovecot @@ -38,6 +37,7 @@ posix-user-portability posix-xsi postfix python-pip +qbittorrent-nox rebuild-detector reflector shellcheck diff --git a/home/xyz/.config/myconf/sye b/home/xyz/.config/myconf/sye index a47a970f..576c1d39 100644 --- a/home/xyz/.config/myconf/sye +++ b/home/xyz/.config/myconf/sye @@ -1,6 +1,7 @@ UNIT FILE STATE PRESET dovecot.service enabled disabled getty@.service enabled enabled +jackett.service enabled disabled nftables.service enabled disabled opendkim.service enabled disabled opendmarc.service enabled disabled diff --git a/home/xyz/.local/share/qBittorrent/nova3/engines/jackett.json b/home/xyz/.local/share/qBittorrent/nova3/engines/jackett.json new file mode 100644 index 00000000..b79246d6 --- /dev/null +++ b/home/xyz/.local/share/qBittorrent/nova3/engines/jackett.json @@ -0,0 +1,6 @@ +{ + "api_key": "1a6rfhe9xw7fzgu640vnymriq00lbyav", + "thread_count": 20, + "tracker_first": false, + "url": "http://127.0.0.1:9117" +} |