Configuration files I use. This will be updated as I improve things. Also, feel free to contribute.
This repository is a part of the "Configurations" wiki page project on my website.
Clone in your home directory:
cd ~
git clone https://github.com/TaygaHoshi/my-dots.gitPull the github repository:
cd ~/my-dots
git pullAdd the following line at the end of your ~/.bashrc:
source "$HOME/my-dots/bashrc_extend"The file "bashrc_extend" is configured for the APT package manager. You should change it depending on your distro. Also, you can append the string below to the "updt" alias if you have flatpak and snaps.
"&& snap refresh && flatpak update"The file "ublock_list.txt" has some useful filters I've collected. To use them:
- Go to uBlock Origin settings and click My Filters.
- Click "import and append" and select the ublock_list.txt file.
- As far as I know, this won't duplicate lines since it only imports the difference.