Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njonsson/dotfiles
How Nils rolls
https://github.com/njonsson/dotfiles
command-line configuration git-addons shell tmux zsh
Last synced: 24 days ago
JSON representation
How Nils rolls
- Host: GitHub
- URL: https://github.com/njonsson/dotfiles
- Owner: njonsson
- Created: 2011-03-04T06:28:49.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:35:56.000Z (11 months ago)
- Last Synced: 2023-12-23T23:04:37.436Z (11 months ago)
- Topics: command-line, configuration, git-addons, shell, tmux, zsh
- Language: Shell
- Homepage: http://njonsson.github.com/dotfiles
- Size: 646 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Nils's dotfiles
===============This repository contains my OS X shell configuration.
1. Clone this repository.
2. `cd` into it.
3. Type `rake --tasks`.You should see the following, where _~_ is the path to your home directory:
rake # Perform all setup tasks without overwriting existing files
rake set_up # Perform all setup tasks without overwriting existing files
rake set_up:all # Perform all setup tasks without overwriting existing files
rake set_up:all:force # Perform all setup tasks, replacing files as necessary
rake set_up:dotfiles # Set up dotfiles in ~
rake set_up:dotfiles:force # Delete and recreate dotfiles in ~
rake set_up:fonts # Set up fonts
rake set_up:fonts:force # Set up fonts, replacing files as necessaryWhen you type `rake`, all the files in the root of this repository† are either
symbolically linked or generated into your home directory, with a dot prepended
to the filename of each link. For example, the _gemrc_ in this repository gets
symbolically linked to _~/.gemrc_ (unless there is already a _.gemrc_ in your
home directory). The _vimrc.local.erb_ in this repository is used to generate
_~/.vimrc.local_ (unless there is already a _.vimrc.local_ in your home
directory).Leaving off the dots in these files makes them more convenient for me to edit
and manage, and it allows me to ignore dotfiles that pertain to this repository
rather than to my home directory.Credits
-------The
[Mensch](http://robey.lag.net/2010/06/21/mensch-font.html "Mensch, A Coding Font")
font was created by [Robey Pointer](http://robey.lag.net). It is patched for use
with [Powerline](http://github.com/Lokaltog/vim-powerline "Vim Powerline").The [Solarized](http://ethanschoonover.com/solarized) color schemes were created
by [Ethan Schoonover](http://ethanschoonover.com).----------------------------------------------------------------
† Note: _Rakefile_ and _*.markdown_ are not treated as dotfiles.