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

https://github.com/moukoublen/dotfiles

bash dotfiles and scripts
https://github.com/moukoublen/dotfiles

bash dotfiles shell

Last synced: about 1 year ago
JSON representation

bash dotfiles and scripts

Awesome Lists containing this project

README

          

# Dotfiles

#### Installation

Run `install`.

#### Installation via url

```
. <(curl -fsSL https://raw.githubusercontent.com/moukoublen/dotfiles/main/scripts/clone-dotfiles)
```

#### Manual installation

```console
$ ln -s /path/to/dotfiles/root.bash ~/.dotfiles.bash
$ echo '[[ -r ~/.dotfiles.bash ]] && [[ -f ~/.dotfiles.bash ]] && source ~/.dotfiles.bashh' >> ~/.bashrc
```