An open API service indexing awesome lists of open source software.

https://github.com/xamogh/dotfiles


https://github.com/xamogh/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles Setup

This repository contains my personal dotfiles for Neovim and Kitty terminal emulator. Follow these instructions to set up these configurations on your system.

## Quick Setup

For a quick setup, you can use the following commands:

```bash
git clone https://github.com/xamogh/dotfiles.git && \
cd dotfiles && \
chmod +x setup_configs.sh && \
./setup_configs.sh
```