Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odarbelaeze/dotfiles
So tired of manually keeping a consistent configuration across devices.
https://github.com/odarbelaeze/dotfiles
Last synced: 2 months ago
JSON representation
So tired of manually keeping a consistent configuration across devices.
- Host: GitHub
- URL: https://github.com/odarbelaeze/dotfiles
- Owner: odarbelaeze
- Created: 2015-05-09T14:51:52.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T17:44:12.000Z (10 months ago)
- Last Synced: 2024-04-14T06:14:17.059Z (9 months ago)
- Language: Lua
- Size: 177 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Getting a handle on this guys.
This config is managed using [GNU Stow](https://www.gnu.org/software/stow/).
## Installing
### `zsh` module
First make sure you have the required software:
```bash
brew install stow antigen starship pyenv pyenv-virtualenv nvm neovim
```Then edit the `./zsh/.zshrc` file and make sure that this block points to where
your `antigen` ended up being installed:```bash
# Antigen plugin manager
[ -f /usr/share/zsh/share/antigen.zsh ] && source /usr/share/zsh/share/antigen.zsh
[ -f /usr/local/share/antigen/antigen.zsh ] && source /usr/local/share/antigen/antigen.zsh
[ -f /opt/homebrew/Cellar/antigen/2.2.3/share/antigen/antigen.zsh ] && source /opt/homebrew/Cellar/antigen/2.2.3/share/antigen/antigen.zsh
```After that you can go ahead and install the module by:
```bash
stow zsh
```For the best experience, make sure you get a nice terminal emulator like
[iterm2](https://iterm2.com/) or [kitty](https://sw.kovidgoyal.net/kitty/).
Then, grab yourself a [nerd font](https://www.nerdfonts.com/#home) no make the
glyphs show correctly.### Other modules
TBD 😅