Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)