Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktnlvr/dotfiles
The dotfiles I use on my system.
https://github.com/ktnlvr/dotfiles
config configuration dotfiles dotfiles-linux personal
Last synced: 2 months ago
JSON representation
The dotfiles I use on my system.
- Host: GitHub
- URL: https://github.com/ktnlvr/dotfiles
- Owner: ktnlvr
- License: wtfpl
- Created: 2023-12-20T20:32:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-11T11:15:35.000Z (8 months ago)
- Last Synced: 2024-06-11T12:38:11.085Z (8 months ago)
- Topics: config, configuration, dotfiles, dotfiles-linux, personal
- Language: Lua
- Homepage:
- Size: 3.26 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ktnlvr's dotfiles
## Installation
Can be installed via `curl` using the installation script. Installation requires `git` and `stow`. Before downloading [read the script yourself](./install.sh), it isn't that long. `sudo` not required.
```sh
curl -sS https://raw.githubusercontent.com/ktnlvr/dotfiles/master/install.sh | sh
``````sh
wget https://raw.githubusercontent.com/ktnlvr/dotfiles/master/install.sh -O - | sh
```## Software
* [zoxide](https://github.com/ajeetdsouza/zoxide)
* [i3](https://github.com/i3/i3)
* [alacritty](https://github.com/alacritty/alacritty)
* [neovim](https://github.com/neovim/neovim)
* [lazy](https://github.com/folke/lazy.nvim)
* [stow](https://www.gnu.org/software/stow)