This repository contains my dotfiles. Feel free to contribute or use that as a template for your own dotfiles.
Before you start the installation, make sure to adjust the software you want or need. Mine is maybe different to yours.
- On Fedora Silverblue
$ git clone -b silverblue https://github.com/f0xb17/dotfiles.git
- On Arch Linux:
You may want to configure this yourself:
$ enable_aur=0 <- Installing Paru and Install aur.txt (0 = no / 1 = yes)
$ flatpak=1 <- Installing Flatpaks (0 = no / 1 = yes)
$ tmux=0 <- Installing tmux (0 = no / 1 = yes)
$ ghostty=1 <- Installing Ghostty (0 = no / 1 = yes)
$ kitty=0 <- Installing Kitty (0 = no / 1 = yes)
$ gaming=0 <- Installing Gaming Packages (0 = no / 1 = yes)
$ cd ~/.config
$ git clone https://github.com/f0xb17/dotfiles.git
$ cd dotfiles
$ chmod 755 install.sh
$ ./install.sh
- On Windows:
$ git -b windows clone https://github.com/f0xb17/dotfiles.git
$ cd dotfiles
$ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
$ ./install.ps1
[System.Environment]::SetEnvironmentVariable('SCOOP', 'D:\Scoop', 'User')
: Install Scoop Packages to a different location
- Maple Mono (Nerd) Font: Which is used in most of my configs. Will be installed through AUR.
- Kitty: Which is my Terminal Emulator of choice. Will be installed with Pacman.
- Adding more Details.