CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 06:16:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100804073209
location: https://web.archive.org/web/20100804073209/https://github.com/csexton/dotfiles
server-timing: captures_list;dur=0.683505, exclusion.robots;dur=0.017709, exclusion.robots.policy;dur=0.007218, esindex;dur=0.012252, cdx.remote;dur=38.120593, LoadShardBlock;dur=264.424516, PetaboxLoader3.datanode;dur=81.420586, PetaboxLoader3.resolve;dur=117.687004
x-app-server: wwwb-app239
x-ts: 302
x-tr: 385
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 22 Aug 2025 06:16:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 04 Aug 2010 07:32:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "cfd9e841479c800c60d58d11aabaa5e2"
x-archive-orig-x-runtime: 69ms
x-archive-orig-content-length: 28051
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 04 Aug 2010 07:32:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 03 Jun 2010 06:02:21 GMT", ; rel="prev memento"; datetime="Thu, 03 Jun 2010 06:02:21 GMT", ; rel="memento"; datetime="Wed, 04 Aug 2010 07:32:09 GMT", ; rel="next memento"; datetime="Thu, 28 Oct 2010 10:56:56 GMT", ; rel="last memento"; datetime="Fri, 22 Jan 2021 06:21:53 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_17_20100804065543_crawl100-c/52_17_20100804073106_crawl101.arc.gz
server-timing: captures_list;dur=29.503986, exclusion.robots;dur=0.021141, exclusion.robots.policy;dur=0.008692, esindex;dur=0.011116, cdx.remote;dur=13.212779, LoadShardBlock;dur=1147.951029, PetaboxLoader3.resolve;dur=1213.301392, PetaboxLoader3.datanode;dur=213.036133, load_resource;dur=305.946992
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1583
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
csexton's dotfiles at master - GitHub
csexton / dotfiles
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Continuous effort - not strength or intelligence - is the key to unlocking our dotfiles. — Read more
dotfiles /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue May 11 07:24:45 -0700 2010 | Ignoring netwrhist [csexton] |
![]() |
.gitmodules | Fri Jun 25 09:55:36 -0700 2010 | Adding my fancy new vim plugin [csexton] |
![]() |
README.markdown | Wed Apr 07 07:48:50 -0700 2010 | Added command-t task to rake [csexton] |
![]() |
Rakefile | Wed Apr 14 18:15:54 -0700 2010 | Merge branch 'master' of github.com:csexton/dot... [csexton] |
![]() |
bin/ | Fri Jun 25 09:55:58 -0700 2010 | Adding stop and start scripts for psql [csexton] |
![]() |
home/ | Thu Jul 29 06:44:10 -0700 2010 | Mapping .json files to javascript [csexton] |
![]() |
oh-my-zsh - 8c7494b | Tue Jun 22 08:14:18 -0700 2010 | Updating zsh config [csexton] |
![]() |
vim/ | Tue Jun 29 12:39:36 -0700 2010 | Updated rvm.vim [csexton] |
![]() |
visualstudio/ | Thu Dec 25 12:18:43 -0800 2008 | Imported from svn [csexton] |
![]() |
xcode/ | Mon Jun 08 19:10:32 -0700 2009 | Added RistoInk color scheme for Xcode [csexton] |
README.markdown
I am easily satisfied with the very best. --Winston Churchill
Chris's Dot Files
To install download or clone the project to where you would like to store it. I keep things in ~/.dotfiles, for fun.
git clone https://github.com/csexton/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
rake submodules
rake home
Vim configuration
Everything should be ready to go except for the command-t plugin, if you want that to work you will have to build the C extension.
cd ~/.dotfiles/vim/bundle/command-t/ruby/command-t
ruby extconf.rb && make && make install