Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jingyenloh/dotfiles

Personal dotfiles
https://github.com/jingyenloh/dotfiles

dotfiles emacs git ncmpcpp nvim tmux zathura zsh

Last synced: about 1 month ago
JSON representation

Personal dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

My personal config files.

## Requirements

- Linux (Should work on any distro)
- GNU stow (available in most package managers)

## Installation

Simply clone into a folder in your home directory called ```dotfiles``` and run the install script.

```sh
git clone --recursive https://github.com/JingYenLoh/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
```

*Note: git configs aren't part of the installation script*