Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joaothallis/dotfiles.fish


https://github.com/joaothallis/dotfiles.fish

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

## Requirements

- [fish](https://fishshell.com/)

## Installation

```fish
git clone --bare [email protected]:joaothallis/dotfiles.git $HOME/.dotfiles

git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no

# to solve conflicts accepting the dotfiles files
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME reset --hard

git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout

mkdir ~/Projects
git clone [email protected]:edentsai/tig-theme-molokai-like.git ~/Projects/tig-theme-molokai-like
```