Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/dotfiles
Custom Linux config files, ie dotfiles
https://github.com/adelq/dotfiles
Last synced: about 6 hours ago
JSON representation
Custom Linux config files, ie dotfiles
- Host: GitHub
- URL: https://github.com/adelq/dotfiles
- Owner: adelq
- Created: 2016-06-18T17:09:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T03:20:14.000Z (5 months ago)
- Last Synced: 2024-06-17T00:22:00.587Z (5 months ago)
- Language: Emacs Lisp
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `$ adelq/dotfiles`
These are my personal dotfiles, or configuration files, for various tools and
utilities I have installed.## Components
So far, I've included the following components:
* Bash
* Git
* Screen
* Tmux
* Vim
* Spacemacs
* Citrix
* mpv
* Emacs
* npm
* gem## Install
Currently, I opt to use GNU stow to install my dotfiles. Simply clone this
directory to your home directory, and `stow` the files you wish to symlink and
install. You can also clone it into your projects directory
(`~/Projects/dotfiles`) and symlink it to `~/dotfiles`For example, to install the bash and spacemacs configurations:
```sh
cd ~
git clone https://github.com/adelq/dotfiles.git
cd dotfiles
stow bash
stow spacemacs
```## TODO
- [X] Add initial barebones configuration and README
- [ ] Add more components from scattered dotfiles
- [ ] Add bash-based install for systems without `stow`
- [ ] Add documentation for each component