https://github.com/musabdev/dotfiles
My meticulously crafted configuration (.config directory) files for Alacritty, Tmux, and Neovim, focused on an optimized and personal development environment.
https://github.com/musabdev/dotfiles
Last synced: 10 months ago
JSON representation
My meticulously crafted configuration (.config directory) files for Alacritty, Tmux, and Neovim, focused on an optimized and personal development environment.
- Host: GitHub
- URL: https://github.com/musabdev/dotfiles
- Owner: MusabDev
- Created: 2024-01-12T13:19:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T01:22:47.000Z (12 months ago)
- Last Synced: 2025-02-16T14:39:22.108Z (11 months ago)
- Language: Lua
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Welcome to my dotfiles repository! This collection of meticulously crafted configuration files is designed to enhance my development environment with a focus on optimization and personalization.
## Included Configurations
- **Alacritty:** A fast, cross-platform, and customizable terminal emulator.
- **Tmux:** A terminal multiplexer that enables you to manage multiple terminal sessions in a single window.
- **Neovim:** A highly extensible text editor that serves as a modernized version of Vim.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/musabdev/dotfiles.git
```
2. Explore and customize the configuration files according to your preferences.
3. Move everything to `~/.config` directory:
```bash
mv dotfiles/* ~/.config
```
## My Setup
- **OS:** Macbook Pro M1
- **Shell:** ZSH
- **Terminal:** Alacritty
- **PDE:** Neovim
- **Browser:** Chrome
And yeah, that's everything.