Skip to content

fynks/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

label icon
Configs
gear

Menu :

Linux

Arch Linux Setup

git clone https://github.com/fynks/configs.git && cd configs/setup/ && sudo chmod +x ./setup.sh && sudo ./setup.sh

Fish Shell Setup

  • Change to fish temporarily by running command: fish
  • Then install fisher and tide by running:
sudo curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher && fisher install ilancosman/tide
  • Remove the welcome msg from fish shell by:
mkdir -p ~/.config/fish/functions/
echo 'function fish_greeting; end' > ~/.config/fish/functions/fish_greeting.fish
  • Change the default shell to fish by:
sudo sh -c 'echo /usr/bin/fish >> /etc/shells'
chsh -s /usr/bin/fish
  • Logout and login again to see tha change.
  • For abbreviation guidelines visit here

KDE Setup

konsave -i manjaro-kde.knsv

Windows

Microsoft Activation Scripts

irm https://massgrave.dev/get | iex

Winutil by ChrisTitusTech

iwr -useb https://christitus.com/win | iex

Applications

Programs Link
VLC Download
Firefox Download
Chrome Download
Peazip Download
Image Glass Download
IDM Download
Sublime Text Editor Download
Office Visit

Browsers

Firefox Setup

  1. Better-Fox

  2. Firefox-UI-Fix

  3. Google search engine Mycroft

Browser Configs

Should be placed in following paths:

/etc/firefox/policies
C:\Program Files\Mozilla Firefox\distribution

Should be placed in:

$HOME/.librewolf/librewolf.overrides.cfg

Cookie Exception List

https://github.com
https://netlify.com
https://chat.openai.com
https://google.com
https://inoreader.com

Extensions

Extensions Firefox Chrome
Ublock Origin Get Get
Bitwarden Get Get
Addy.io Get Get
Tampermonkey Get Get
LibRedirect Get Get
Firefox Containers Get ---
Sponsor Block Get Get

Extension configs

Other configs


Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks