https://github.com/hamidmolareza/dotfiles
My personal Ubuntu configuration files and scripts for setting up a development environment.
https://github.com/hamidmolareza/dotfiles
bash dotfiles linux ubuntu zsh
Last synced: 3 months ago
JSON representation
My personal Ubuntu configuration files and scripts for setting up a development environment.
- Host: GitHub
- URL: https://github.com/hamidmolareza/dotfiles
- Owner: HamidMolareza
- License: gpl-3.0
- Created: 2025-08-13T21:09:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T02:05:47.000Z (11 months ago)
- Last Synced: 2025-08-14T03:17:56.371Z (11 months ago)
- Topics: bash, dotfiles, linux, ubuntu, zsh
- Language: Shell
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This repository contains configuration files and scripts to set up and manage a personalized Linux environment. It includes shell aliases, environment exports, custom scripts, and configuration files for various applications and desktop environments.
## Structure
- `.aliases`, `.bashrc`, `.zshrc`, `.exports`: Shell configuration files for Bash and Zsh.
- `.config/`: Application and desktop environment configuration files.
- `.icons/`: Custom icons.
- `docker-services/`: Docker-related service files.
- `scripts/`: Utility and setup scripts.
- `Templates/`: Document templates.
- `install.sh`: Installation script to set up the dotfiles on a new system.
## Usage
1. Clone the repository:
```sh
git clone https://github.com/HamidMolareza/dotfiles.git ~/.dotfiles
```
2. Run the installation script:
```sh
cd ~/.dotfiles
./install.sh
```
3. Review and customize configuration files as needed.
## Customization
- Edit `.aliases`, `.bashrc`, `.zshrc`, and `.exports` to add or modify shell settings.
- Add application configs to `.config/` as needed.
- Place custom icons in `.icons/`.
- Add scripts to `scripts/` for automation or setup tasks.
## License
See [LICENSE](LICENSE) for details.