Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcelestino/dotfiles
my dotfiles
https://github.com/tcelestino/dotfiles
development dotfiles linux mac zsh
Last synced: about 8 hours ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/tcelestino/dotfiles
- Owner: tcelestino
- Created: 2016-08-25T02:29:57.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T20:41:01.000Z (29 days ago)
- Last Synced: 2024-12-17T21:32:37.659Z (29 days ago)
- Topics: development, dotfiles, linux, mac, zsh
- Language: Shell
- Size: 736 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Dotfiles
Welcome to my dotfiles configuration repository. This project serves as a central hub for my personal configurations, settings, and customizations across various software applications and operating systems.
## Overview
Dotfiles are hidden configuration files in your home directory that control the behavior and appearance of your favorite software tools. This repository contains my carefully curated dotfiles, including configurations for:
- **Shell Profiles**: I've customized my shell environment, whether it's Zsh, to boost productivity and enhance my terminal experience.
- **Version Control**: Fine-tuned Git settings for a seamless version control experience.
- **Window Managers**: Personalizations for window managers.
- **System Settings**: Tweaks and settings for the Linux or macOS system itself.
- **Development Tools**: Configuration for development tools.## Usage
Feel free to explore, adapt, and reuse any of my configurations in your own setup. You can clone this repository and replace my configurations with your own, making it easy to set up and maintain your personalized environment on any new system.
## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/tcelestino/dotfiles.git ~/.dotfiles
```2. Set run file to install
```bash
chmod +x install
```3. Install
```bash
./install
```