Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickserv/dotfiles
My personal config files, themes, and scripts, which are compatible with Stow.
https://github.com/nickserv/dotfiles
emacs linux macos zsh
Last synced: 10 days ago
JSON representation
My personal config files, themes, and scripts, which are compatible with Stow.
- Host: GitHub
- URL: https://github.com/nickserv/dotfiles
- Owner: nickserv
- Created: 2012-03-22T01:42:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T04:58:40.000Z (3 months ago)
- Last Synced: 2024-10-13T14:42:07.068Z (23 days ago)
- Topics: emacs, linux, macos, zsh
- Language: Lua
- Homepage:
- Size: 1.03 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nick's config files
## About
This is my config file repo for
[Stow](https://www.gnu.org/software/stow/), which makes it easier for me
to store and move around my config files with a git repo. Please note
that you must install Stow yourself before running the install script.## Installation
```bash
wget -q https://raw.github.com/nickmccurdy/dotfiles/master/install
./install
```### Packages
The install script does not install these yet, so run this to install some of my
favorite Ruby, Node.js, and Homebrew packages:```bash
# before you run anything, make sure you have bundler, npm, and homebrew installed first
cd packages
bundle
npm install -g `cat node_packages.txt`
brew bundle
```## Older config files
- [Fork of Cody Krieger's vim config](https://github.com/nickmccurdy/dotvim-old)
- [Fork of dwm](https://github.com/nickmccurdy/dwm)