Skip to content

BasileBux/linux_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Linux setup

This is my setup script to install a linux machine with all my config and softwares I like with low effort. (I know NixOs exists)

I was inspired by Omakub to do this with my own setup.

Warning

Running shell scripts you don't know is dangerous! All the scripts are commented so they are easier to audit. Don't trust me and read through the file before installing!

Features

The setup

Installation

  • Install Fedora Workstation (Gnome DE is really important)
  • If you have write access to the dotfiles repo, add the ssh key from your new system to your github account.

Run this command in the terminal:

curl -sSL https://raw.githubusercontent.com/BasileBux/linux_setup/refs/heads/main/install.sh >  ~/install.sh
bash ~/install.sh

You will have to answer some questions and configure oh-my-zsh manually. For the oh-my-zsh part, it will run the shell after the questions. Just execute

exit

To continue the installation!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages