~/.bashrc
/etc/environment
This Readme is contains My dot files and also
This Readme is contains some Tweaks/Modifications/Issues/Fixes to my Linux Setup
- Custom Terminal prompt
- Terminal Colour Schemes
- Terminal ascii art random
- Flameshot flatpak shortcut fix
- Fix-donglemouse-issue-linux
- Fix tearing for nvidia gpu
- Emoji fix for arch linux browsers
- Firefox Gnome Theame
- Fluent reader/rss reader
- Vscode option to nautilus file manager
- Vscode Font not Displayed correctly
- Syntax Highlighting Nano Text Editor
- Audio visulizer in terminal
- Fix X shaped cursor bspwm
- Volume changer in terminal
- Edge stable on arch
- ~/cache in memory and not in ssd
- remove orphan dependencies arch linux
- Customize Grub
wget https://raw.githubusercontent.com/mccyclone/scripts/master/fancy-bash-promt.sh -O .bashrc
https://github.com/andresgongora/synth-shell
https://github.com/ChrisTitusTech/scripts/blob/master/fancy-bash-promt.sh
https://gitlab.com/dwt1/dotfiles/-/blob/master/.config/starship.toml
bash -c "$(wget -qO- https://git.io/vQgMr)"
https://mayccoll.github.io/Gogh/
https://github.com/adithya-r-prabhu/Shell-Color-Scripts-
install by
yay -S shell-color-scripts
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=flameshot org.flameshot.Flameshot gui --delay 0
https://github.com/adithya-r-prabhu/Fix-donglemouse-issue-linux
turn off "allow flipping option
another fix
turn of all of that
Run
sudo nvidia-xconfig -o /etc/X11/xorg.conf.d/20-nvidia.conf
Add the following line to your this /etc/X11/xorg.conf.d/20-nvidia.conf
file with sudo
in the Section "Screen" section:
Option "ForceFullCompositionPipeline" "On"
Like
https://www.reddit.com/r/archlinux/comments/p9755r/rtx_3070_screen_tearing_during_youtube_videos/
sudo pacman -S noto-fonts-emoji
https://github.com/rafaelmardojai/firefox-gnome-theme
curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash
yay -S fluent-reader
wget -qO- https://raw.githubusercontent.com/harry-cpp/code-nautilus/master/install.sh | bash
https://github.com/harry-cpp/code-nautilus
move font to /usr/share/fonts/TTF
Then add the name of the font (by looking in the gnone fonts's info page) into the fonts settings inside of vs code
format :'IosevkaTermNerd'
Installation:
using curl :curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
or using wget :wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh
Or else Use the Arch package :pacman -S nano-syntax-highlighting
https://github.com/scopatz/nanorc
cli-visualiser or cava
pulsemixer
use
https://github.com/zicstardust/microsoft-egde-stable-bin-aur
git clone https://github.com/zicstardust/microsoft-egde-stable-bin-aur.git
cd microsoft-egde-stable-bin-aur
makepkg -si
yay -S system-monitoring-center
tmpfs /home/[user]/.cache tmpfs nodev,nosuid,size=2G 0 0
pacman -R $(pacman -Qdtq)
source: https://averagelinuxuser.com/clean-arch-linux/
git clone https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes
cd Top-5-Bootloader-Themes
sudo ./install.sh
source: https://www.christitus.com/bootloader-themes/ https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes
source: https://archlinux.org/packages/community/x86_64/grub-customizer/