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
- Host: GitHub
- URL: https://github.com/moukoublen/dotfiles
- Owner: moukoublen
- Created: 2016-07-10T17:59:00.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:45:35.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:48:15.329Z (over 1 year ago)
- Topics: bash, dotfiles, shell
- Language: Shell
- Homepage:
- Size: 673 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```