https://github.com/davidhalter/dotfiles
my vim, bash, git config and so on
https://github.com/davidhalter/dotfiles
Last synced: 9 months ago
JSON representation
my vim, bash, git config and so on
- Host: GitHub
- URL: https://github.com/davidhalter/dotfiles
- Owner: davidhalter
- Created: 2011-10-31T23:12:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T13:23:44.000Z (12 months ago)
- Last Synced: 2025-02-15T05:24:55.820Z (11 months ago)
- Language: Vim Script
- Homepage:
- Size: 158 KB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Dotfiles
========
.. warning:: My dotfiles also contain my git config, which means that you would
commit using my mail address. So fork this first, or define your own
``.gitconfig`` (which the install script doesn't overwrite).
My dotfiles:
- VIM config: ``.vimrc``, ``.vim``
- bash config: ``.bashrc.local``
- git config: ``.gitconfig``
- readline config: ``.inputrc``
- W3M config: ``.w3m``
Installation
------------
You can install these files by using:
./install.sh
If you also want to install the dependencies (only ubuntu/debian until now):
install_dependencies.sh
SSH-Installation
----------------
Once installed, it's possible to use the ssh installer, which has been created
to install the system on different systems:
./ssh_install.sh user_name@server
It automatically adds your ssh public key to the ``authorized_keys`` on the
other side, using ``ssh-copy-id``.