Ecosyste.ms: Awesome

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

https://github.com/FotiadisM/dotfiles


https://github.com/FotiadisM/dotfiles

dotfiles lf linux neovim nvim tmux unix zsh

Last synced: about 1 month ago
JSON representation

Lists

README

        

# Dotfiles


dotfiles logo

My dotfiles
Feel free to use anything you want.
I highly recommend using [GNU Stow](https://www.gnu.org/software/stow/) for managing your dotfiles. Using a git bare repository gets very messy.

## Installation

```bash
git clone https://github.com/FotiadisM/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# using stow
stow
```

> You can specify a different location with stow -d \ -t $HOME

## Uninstall

```bash
stow -D
```