https://github.com/jingyenloh/dotfiles
Personal dotfiles
https://github.com/jingyenloh/dotfiles
dotfiles emacs git ncmpcpp nvim tmux zathura zsh
Last synced: about 2 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/jingyenloh/dotfiles
- Owner: JingYenLoh
- License: mit
- Created: 2017-08-14T11:48:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T08:50:55.000Z (over 4 years ago)
- Last Synced: 2025-04-02T23:41:46.519Z (about 1 year ago)
- Topics: dotfiles, emacs, git, ncmpcpp, nvim, tmux, zathura, zsh
- Language: Emacs Lisp
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- 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*