Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jingyenloh/dotfiles
- Owner: JingYenLoh
- License: mit
- Created: 2017-08-14T11:48:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T08:50:55.000Z (about 3 years ago)
- Last Synced: 2024-10-28T12:17:42.916Z (3 months ago)
- Topics: dotfiles, emacs, git, ncmpcpp, nvim, tmux, zathura, zsh
- Language: Emacs Lisp
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*