https://github.com/karthikyadavgit/dotfiles
dotfiles for my arch setup
https://github.com/karthikyadavgit/dotfiles
archlinux dotfiles neovim nvim vim
Last synced: 3 months ago
JSON representation
dotfiles for my arch setup
- Host: GitHub
- URL: https://github.com/karthikyadavgit/dotfiles
- Owner: karthikyadav-git
- License: mit
- Created: 2025-02-02T07:15:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T18:45:25.000Z (about 1 year ago)
- Last Synced: 2025-03-24T19:39:35.445Z (about 1 year ago)
- Topics: archlinux, dotfiles, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Requirements
In order to install these dotfiles on your system you will need to have the following packages installed on your system:
- git
- stow
If you do not already have these packages installed on your system, you can do so by using the following commands:
- [-] On Arch Linux or any other distro based on Arch Linux
```bash
sudo pacman -S git stow
```
- [-] On Debian/Ubuntu or any other such distro based on Debian
```bash
sudo apt update && sudo apt install git stow
```