https://github.com/edholm/dotfiles
My various dotfiles
https://github.com/edholm/dotfiles
dotfiles shell zsh
Last synced: about 2 months ago
JSON representation
My various dotfiles
- Host: GitHub
- URL: https://github.com/edholm/dotfiles
- Owner: Edholm
- License: gpl-3.0
- Created: 2013-11-09T18:54:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T12:25:42.000Z (almost 4 years ago)
- Last Synced: 2025-06-25T09:46:19.081Z (about 1 year ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Size: 2.01 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
My various dotfiles collected over the years from various places across the interweb.
###How to use###
Clone the repo and symlink the files/folders you want to use.
Example:
```bash
$ git clone git@github.com:Edholm/dotfiles.git
$ cd dotfiles
$ ln -s zshrc ~/.zshrc
$ ln -s xinitrc ~/.xinitrc
$ ln -s i3 ~/.i3
# Etc.
```
####zsh####
If you want to use my zsh config. Clone my fork of oh-my-zsh first and place zshrc in `~/.zshrc` and the `eda.zsh-theme`
in `~/.oh-my-zsh/custom`