Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edholm/dotfiles
My various dotfiles
https://github.com/edholm/dotfiles
dotfiles shell zsh
Last synced: 24 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T12:25:42.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:48:16.931Z (3 months ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- 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 [email protected]: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`