https://github.com/spencerkclark/dotfiles
Personal shell and editor settings for use on local and remote machines
https://github.com/spencerkclark/dotfiles
Last synced: 3 months ago
JSON representation
Personal shell and editor settings for use on local and remote machines
- Host: GitHub
- URL: https://github.com/spencerkclark/dotfiles
- Owner: spencerkclark
- Created: 2017-04-22T15:42:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T21:38:35.000Z (about 2 years ago)
- Last Synced: 2025-01-23T19:17:36.298Z (5 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal dotfiles
-----------------The purpose of this repository is to keep track of the shell and text editor
settings that I would like to have in common across all machines that I work on.- The structure of this repository, as well as the `zsh` settings are based
heavily
on
[Armin Ronacher's public dotfiles repository](https://github.com/mitsuhiko/dotfiles).
- My global `emacs` and `org-mode` settings are based substantially
on
[Daniel Rothenberg's](https://github.com/darothen/dotfiles/tree/master/emacs).
- My `emacs` configuration file setup is based on [Harry Schwartz's](https://github.com/hrs/dotfiles/blob/master/emacs/.emacs.d/configuration.org).Installation
------------To install these dotfiles on a machine, I first clone the repository,
navigate into it, and call `make install`.
```
$ git clone https://github.com/spencerkclark/dotfiles.git
$ cd dotfiles
$ make install
```