Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnadales/configs
Configurations I use
https://github.com/dnadales/configs
Last synced: 15 days ago
JSON representation
Configurations I use
- Host: GitHub
- URL: https://github.com/dnadales/configs
- Owner: dnadales
- License: bsd-3-clause
- Created: 2017-12-31T11:43:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T16:36:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T09:25:48.327Z (2 months ago)
- Language: Emacs Lisp
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# configs
Configurations I use## oh-my-zsh
To install `oh-my-zsh` make sure to install
[zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) first. Then
install `oh-my-zsh` using one of the methods described
[here](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH), eg:```
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```This will create a `~/.zshrc` file, and it will clone the
[oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) repository
in `~/.on-my-zsh`.Now you can remove the `~/.zshrc` (or back it up), and create a soft link to the
[`.zshrc`](oh-my-zsh/.zshrc) file in this repository. It's probably a good idea
to check that these two files have not diverged too much.``` sh
ln -s ~/development/dnadales/configs/oh-my-zsh/.zshrc .zshrc
```Log in and log out for the changes to take effect.
This `zsh` configuration requires:
- [thefuck](https://github.com/nvbn/thefuck)
- [z](https://github.com/rupa/z)