https://github.com/f0xb17/dotfiles
My ever-evolving dotfiles for Arch Linux.
https://github.com/f0xb17/dotfiles
arch dotfiles helix kde linux neovim nvim vim wezterm zsh
Last synced: 4 months ago
JSON representation
My ever-evolving dotfiles for Arch Linux.
- Host: GitHub
- URL: https://github.com/f0xb17/dotfiles
- Owner: f0xb17
- License: gpl-3.0
- Created: 2025-01-17T19:54:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T19:26:42.000Z (4 months ago)
- Last Synced: 2026-02-21T00:51:09.244Z (4 months ago)
- Topics: arch, dotfiles, helix, kde, linux, neovim, nvim, vim, wezterm, zsh
- Language: Lua
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 Silverblue
```bash
$ git clone -b silverblue https://github.com/f0xb17/dotfiles.git
```
* On Arch Linux:
You may want to configure this yourself:
```bash
$ 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)
```
```bash
$ cd ~/.config
$ git clone https://github.com/f0xb17/dotfiles.git
$ cd dotfiles
$ chmod 755 install.sh
$ ./install.sh
```
* On Windows:
```powershell
$ git -b windows clone https://github.com/f0xb17/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](https://github.com/subframe7536/Maple-font): Which is used in most of my configs. Will be installed through AUR.
* [Kitty](https://sw.kovidgoyal.net/kitty/): Which is my Terminal Emulator of choice. Will be installed with Pacman.
## To-Do:
* Adding more Details.