Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-p/dotfiles
My various dotfiles.
https://github.com/l-p/dotfiles
bash dotfiles git i3wm vim zsh
Last synced: about 1 month ago
JSON representation
My various dotfiles.
- Host: GitHub
- URL: https://github.com/l-p/dotfiles
- Owner: L-P
- License: wtfpl
- Created: 2011-09-24T14:04:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T18:52:06.000Z (5 months ago)
- Last Synced: 2024-08-06T22:26:38.773Z (5 months ago)
- Topics: bash, dotfiles, git, i3wm, vim, zsh
- Language: Vim Script
- Homepage:
- Size: 507 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========What?
-----
Those are my 'dotfiles', my personal configuration files for the things I use
all day for work or pleasure: my shells and my text editor.
This repository also contains some little scripts that had a purpose at some
point or still have one, open-sourced for the sake of it.Why?
----
Sharing is caring.How?
----
My configuration was made empirically, when I need something, feel that
something could be easier or when I see something nice on the internets, I put
it in there and see if it's really useful (it won't stay if it's not).Quick install
-------------
I'm a lazy man so I made a [script to make a script that installs everything](https://github.com/L-P/dotfiles/blob/master/.local/bin/make_installer.sh).
This script requires `git` and the `makeself` package to be present.**Warning**: the resulting `dotfiles.run` script will remove all the dotfiles
from your home folder, use it at your own risk.