• Stars
    star
    171
  • Rank 216,206 (Top 5 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created about 14 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My dotfiles (Zsh / Vim / Neovim / Git / scripts) - (not much in sync / outdated)

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).