https://github.com/xamogh/dotfiles
https://github.com/xamogh/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xamogh/dotfiles
- Owner: xamogh
- Created: 2024-07-14T09:18:04.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T02:37:05.000Z (10 months ago)
- Last Synced: 2024-07-22T03:44:09.083Z (10 months ago)
- Language: Lua
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```