https://github.com/alextibtab/dotfiles
https://github.com/alextibtab/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextibtab/dotfiles
- Owner: Alextibtab
- Created: 2024-06-04T17:23:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-07T03:05:35.000Z (5 months ago)
- Last Synced: 2026-03-07T11:43:51.672Z (5 months ago)
- Language: Lua
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Dotfiles
This repository contains all my dotfiles for customising my developer workflow.
## TODO:
Figure out how best to use GNU Stow with this workflow. Extract rice specific customisations to specific distro rice folder with instructions on how you'd either use the replacement config or paste code to certain file.
inspiration:
https://github.com/end-4/dots-hyprland
https://github.com/gh0stzk/dotfiles
https://github.com/1amSimp1e/dots
https://github.com/yutkat/dotfiles
https://github.com/m4xshen/dotfiles
https://github.com/prasanthrangan/hyprdots
## Overview
This repository contains my personal dotfiles and configuration settings for various development tools and applications. These files help maintain a consistent development environment across different machines.
For generic distro agnostic tools the configurations are inside the `config` folder then any distro specific config live inside the `distros` folder as well as any rices I've used for that distro
---
## Installation
1. Clone this repository:
```bash
git clone https://github.com/Alextibtab/dotfiles.git
cd dotfiles
```
---
## Contents
The `config` folder contains configuration for generic tools.
- nvim
- nu
- starship
- alacritty
- tmux
- ohmyposh
The `distros` folder contains distro specific configurations for arch, nixos, void-linux etc...
also includes specific rices that I've used and the custom configuration done to achieve that.
---
## Usage
Each tool's configuration can be found in its respective directory. Review the contents before applying them to ensure they match your preferences.
---
## Customization
Feel free to fork this repository and modify the configurations to match your personal preferences and workflow.