https://github.com/eunos-1128/dotfiles
eunos-1128's dotfiles
https://github.com/eunos-1128/dotfiles
bash conda dotfiles pixi pymol zsh
Last synced: 2 months ago
JSON representation
eunos-1128's dotfiles
- Host: GitHub
- URL: https://github.com/eunos-1128/dotfiles
- Owner: eunos-1128
- License: unlicense
- Created: 2024-02-07T02:07:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T12:14:59.000Z (4 months ago)
- Last Synced: 2026-03-18T02:52:26.764Z (4 months ago)
- Topics: bash, conda, dotfiles, pixi, pymol, zsh
- Language: Shell
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
A personal collection of configuration files for various development tools and applications. This repository helps maintain consistent settings across different environments and makes it easy to set up new development machines quickly.
## What's Included
This repository contains configuration files for:
- PyMOL configuration
- Shell configuration (bash, zsh)
- Text editor settings (vim, etc.)
- Git configuration
- And more...
## Installation
The installation process is simple:
1. Clone this repository:
```shell
git clone https://github.com/yourusername/dotfiles.git
```
2. Run the installation script:
```shell
cd dotfiles
chmod +x install.sh
./install.sh
```
The installer will:
- Create symbolic links from the dotfiles to your home directory
- Back up any existing configuration files
- Set up a startup script that loads all necessary configurations
## Usage in GitHub Codespaces
This repository is optimized for use with GitHub Codespaces. When you create a new Codespace, these dotfiles will automatically be applied to your environment.
## Customization
Feel free to customize the dotfiles to match your preferences:
1. Modify any configuration file in the repository
2. Run `./install.sh` again to update the symbolic links