Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaothallis/dotfiles.fish
https://github.com/joaothallis/dotfiles.fish
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaothallis/dotfiles.fish
- Owner: joaothallis
- License: mit
- Created: 2022-02-28T22:06:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T12:34:36.000Z (6 months ago)
- Last Synced: 2024-10-30T07:43:18.442Z (17 days ago)
- Language: Lua
- Size: 142 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Requirements
- [fish](https://fishshell.com/)
## Installation
```fish
git clone --bare [email protected]:joaothallis/dotfiles.git $HOME/.dotfilesgit --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 --hardgit --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
```