Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webmatze/dotfiles

my own configuration files
https://github.com/webmatze/dotfiles

dotfiles fzf gitconfig vimrc zshrc

Last synced: about 2 months ago
JSON representation

my own configuration files

Awesome Lists containing this project

README

        

# webmatze dotfiles

## Requirements

We need `stow` to be able to automatically symlink the files.

```bash
brew install stow
```

## Install

Clone this repo to your home directory:

```bash
git clone git://github.com/webmatze/dotfiles.git ~/dotfiles
```

Install the dotfiles:

```bash
cd ~/dotfiles
stow zsh
stow tmux
```

# Available configurations
- fzf
- git
- nvim
- tmux
- vim
- warp
- zsh

## More about stow

* [Easily manage your Linux config files with Stow](https://thoughtbot.com/blog/rcm-for-rc-files-in-dotfiles-repos)
* [Stow manual](https://www.gnu.org/software/stow/manual/stow.html)