Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodeg/dotfiles
dotfiles and other stuff.
https://github.com/nodeg/dotfiles
dotfiles dracula kitty lazyvim lsd macos mbsync msmtp neomutt neovim oh-my-zsh opensuse opensuse-tumbleweed powerlevel10k sway tmux zsh
Last synced: 2 months ago
JSON representation
dotfiles and other stuff.
- Host: GitHub
- URL: https://github.com/nodeg/dotfiles
- Owner: nodeg
- License: isc
- Created: 2016-05-10T08:05:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T18:01:50.000Z (8 months ago)
- Last Synced: 2024-10-11T19:49:20.186Z (3 months ago)
- Topics: dotfiles, dracula, kitty, lazyvim, lsd, macos, mbsync, msmtp, neomutt, neovim, oh-my-zsh, opensuse, opensuse-tumbleweed, powerlevel10k, sway, tmux, zsh
- Language: Shell
- Homepage:
- Size: 683 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Some of my personal (config-) files.
## Installation using GNU Stow
```shell
zypper in stow
git clone [email protected]:nodeg/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow $APPLICATION (e.g. `stow zsh`)
```