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: 11 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T08:01:34.000Z (12 months ago)
- Last Synced: 2025-02-28T15:02:01.899Z (12 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: 693 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 git@github.com:nodeg/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow $APPLICATION (e.g. `stow zsh`)
```