Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueyed/dotfiles
My dotfiles (Zsh / Vim / Neovim / Git / scripts) - (not much in sync / outdated)
https://github.com/blueyed/dotfiles
Last synced: 17 days ago
JSON representation
My dotfiles (Zsh / Vim / Neovim / Git / scripts) - (not much in sync / outdated)
- Host: GitHub
- URL: https://github.com/blueyed/dotfiles
- Owner: blueyed
- License: mit
- Created: 2010-05-19T18:09:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T08:18:28.000Z (about 3 years ago)
- Last Synced: 2024-10-20T06:23:13.393Z (19 days ago)
- Language: Vim script
- Homepage:
- Size: 13.9 MB
- Stars: 171
- Watchers: 20
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Daniel Hahlers Dotfiles
These are config files to set up a system the way I like it.
== Installation
# a) with a github account/setup:
git clone [email protected]:blueyed/dotfiles ~/.dotfiles
# b) without a github account setup:
git clone git://github.com/blueyed/dotfiles ~/.dotfiles
cd ~/.dotfiles
make install== Environment
I primarily use zsh on Linux, but this is setup for generic shells
(like bash) as well.If you would like to switch to zsh, you can do so with
the following command:chsh -s /bin/zsh
The Makefile in ~/.dotfiles provides this conviently via `make setup_zsh`.
== Z Shell
zsh is setup via a oh-my-zsh git submodule (heavily forked).