Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.12 KB

Dotfiles

This repository contains my personal dotfiles for configuring my development environment. It includes various configuration files and scripts to set up a new system quickly.

Installation

To install everything, simply clone this repository and run the install script:

git clone https://github.com/longvox/dotfiles.git
cd dotfiles
./install

Components

The install script will set up the following:

  • Zsh: Configuration for the Z shell, including Oh My Zsh and custom themes/plugins.
  • Neovim: Custom configurations and plugins for Vim/Neovim.
  • Tmux: Tmux configuration for managing terminal sessions.
  • Git: Custom git configuration and aliases.
  • Others: Additional configurations for various tools and utilities.

Updating

To update your dotfiles, pull the latest changes from this repository and re-run the install script:

cd dotfiles
git pull
./install

Contributing

If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.