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

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

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
```