https://github.com/shoaib-programmer/dotfiles
My dotfiles
https://github.com/shoaib-programmer/dotfiles
Last synced: 6 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/shoaib-programmer/dotfiles
- Owner: Shoaib-Programmer
- Created: 2025-02-28T16:02:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:23:13.000Z (over 1 year ago)
- Last Synced: 2025-03-01T13:26:22.637Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This repository contains my personal dotfiles for various tools I use in my development environment.
## Contents
- `.tmux.conf` - Configuration for tmux terminal multiplexer
- `.vimrc` - Configuration for Vim text editor
- `.zshrc` - Configuration for Zsh shell
- `.gitconfig` - Git configuration and aliases
## Installation
1. Clone this repository:
```bash
git clone https://github.com/yourusername/dotfiles.git
cd dotfiles
```
2. Create symbolic links:
```bash
ln -s $(pwd)/.tmux.conf ~/
ln -s $(pwd)/.vimrc ~/
ln -s $(pwd)/.zshrc ~/
ln -s $(pwd)/.gitconfig ~/
```
## Features
### Tmux
- Custom key bindings
- Status bar customization
- Session management
### Vim
- Custom mappings
- Plugin configuration
- Color scheme settings
### Zsh
- Aliases
- Functions
- Prompt customization
### Git
- Useful aliases
- Default configuration
## License
MIT