An open API service indexing awesome lists of open source software.

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.

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.