Skip to content

ypconstante/fedora-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curl -L 'https://github.com/ypconstante/fedora-setup/archive/refs/heads/main.zip' -o 'fedora-setup.zip'
unzip 'fedora-setup.zip'
find fedora-setup-main/. -name "*.sh" -exec chmod +x {} \;
sudo ./fedora-setup-main/shell/install.sh

Restart

sudo dnf install -y git
git clone https://github.com/ypconstante/fedora-setup.git ~/projects/personal/fedora-setup
find ~/projects/personal/fedora-setup/. -name "*.sh" -exec chmod +x {} \;
./projects/personal/fedora-setup/shell/run-after-install.sh

Restart

./projects/personal/fedora-setup/shell/run.sh

Restart

Configure git:

  • git config --global user.email "you@example.com"
  • git config --global user.name "Your Name"
  • Create git ssh key
  • Import GPG keys
  • cd ~/projects/personal/fedora-setup/ && git remote set-url origin git@github.com:ypconstante/fedora-setup.git

Configure Firefox:

  • Delete default bookmarks
  • Install and login into 1Password
  • Sign in
  • Change theme to dark compact
  • Import extensions config
  • Enable extensions on private window
  • Enable H264 plugin
  • Remove additional search engines
  • Add cookie exception

Configure JetBrains Toolbox:

  • Sign in
  • Install IntelliJ

Configure Spotify

  • Sign in
  • Download liked songs
  • In 'Settings > Display Options', disable notifications and what friends are playing
  • In 'Settings > Playback', disable smooth transition
  • In 'Settings > Privacy', disable cookies

Sign in or add license to:

  • Sublime Merge
  • Sublime Text

Configure Chromium and Chrome:

Install Nvidia drivers

Configure backup on Vorta

Optional - Gaming:

  • Run ~/projects/personal/fedora-setup/shell/gaming.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published