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

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.

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.