Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmartin/dotfiles
Some configuration files
https://github.com/danielmartin/dotfiles
dotfiles emacs-lisp
Last synced: 3 months ago
JSON representation
Some configuration files
- Host: GitHub
- URL: https://github.com/danielmartin/dotfiles
- Owner: danielmartin
- Created: 2013-10-02T22:00:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T23:41:31.000Z (over 3 years ago)
- Last Synced: 2024-04-14T15:19:17.630Z (7 months ago)
- Topics: dotfiles, emacs-lisp
- Language: Emacs Lisp
- Size: 6.35 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========This repository contains some configuration files for typical Unix tools. If you want them, follow these instructions:
Clone this repository on your $HOME directory (typically /home/username or /Users/username).
```sh
cd $HOME
git clone https://github.com/danielmartin/dotfiles.git
```Change directory to `dotfiles` and run this command:
```sh
make install
```This will create the necessary symbolic links so that everything works correctly.
If you deem that you don't want this package on your system, change directory to `dotfiles` and run this command:
```sh
make clean
```Then simply delete the `dotfiles` directory from your home folder.