Skip to content

TheDave94/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f0xfiles

This repository contains my dotfiles. Feel free to contribute or use that as a template for your own dotfiles.

Usage

Before you start the installation, make sure to adjust the software you want or need. Mine is maybe different to yours.

  • On Fedora
$ git clone -b fedora https://github.com/TheDave94/dotfiles.git
  • On Fedora Silverblue
$ git clone -b silverblue https://github.com/TheDave94/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/TheDave94/dotfiles.git
$ cd dotfiles
$ chmod 755 install.sh
$ ./install.sh
  • On Windows:
$ git -b windows clone https://github.com/TheDave94/dotfiles.git
$ cd dotfiles
$ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
$ ./install.ps1

Good to know

  • [System.Environment]::SetEnvironmentVariable('SCOOP', 'D:\Scoop', 'User'): Install Scoop Packages to a different location

Requirements

  • 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.

To-Do:

  • Adding more Details.

About

My ever-evolving dotfiles for Arch Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 54.5%
  • Shell 45.5%