Skip to content

adithya-r-prabhu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

environment variables stored in

 ~/.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

Table of Contents

Custom Terminal prompt

Synth-shell prompt

image

 wget https://raw.githubusercontent.com/mccyclone/scripts/master/fancy-bash-promt.sh -O .bashrc

Reference

https://github.com/andresgongora/synth-shell

https://github.com/ChrisTitusTech/scripts/blob/master/fancy-bash-promt.sh

Starship prompt

image

Reference

https://starship.rs/

https://gitlab.com/dwt1/dotfiles/-/blob/master/.config/starship.toml

Terminal Colour Schemes

image

bash -c  "$(wget -qO- https://git.io/vQgMr)" 

Reference

https://mayccoll.github.io/Gogh/

Terminal ascii art random

image

https://github.com/adithya-r-prabhu/Shell-Color-Scripts-

install by

yay -S shell-color-scripts

Flameshot flathub Keyboard shortcut Fix

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=flameshot org.flameshot.Flameshot gui --delay 0

image

Fix-donglemouse-issue-linux

dongle mouse

https://github.com/adithya-r-prabhu/Fix-donglemouse-issue-linux

Fix tearing in nvidia gpu

image

turn off "allow flipping option


another fix

image

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

image

Reference

https://www.reddit.com/r/archlinux/comments/p9755r/rtx_3070_screen_tearing_during_youtube_videos/

Emoji fix for arch linux browsers

image

sudo pacman -S noto-fonts-emoji

Firefox Gnome Theame

image

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

Fluent reader rss reader

image

yay -S fluent-reader

Add open with vscode option to nautilus file manager

image

wget -qO- https://raw.githubusercontent.com/harry-cpp/code-nautilus/master/install.sh | bash

References

https://github.com/harry-cpp/code-nautilus

Vscode Font not Displayed correctly

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

image

format :'IosevkaTermNerd'

Syntax Highlighting Nano Text Editor

image

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

References

https://github.com/scopatz/nanorc

Audio visulizer in terminal cava

image

cli-visualiser or cava

Volume changer in terminal

image

pulsemixer

Edge stable on arch

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

System monitor

image

yay -S system-monitoring-center

~/cache in memory and not in ssd

image

tmpfs /home/[user]/.cache tmpfs nodev,nosuid,size=2G 0 0

add this to /etc/fstab and comment the existing one

remove orphan dependencies arch linux

pacman -R $(pacman -Qdtq) 

source: https://averagelinuxuser.com/clean-arch-linux/

Customize Grub

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

use grub-customizer to change name of listing

source: https://archlinux.org/packages/community/x86_64/grub-customizer/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published