Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcygan/dotfiles
dotfiles
https://github.com/wcygan/dotfiles
Last synced: 2 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/wcygan/dotfiles
- Owner: wcygan
- Created: 2023-03-10T04:06:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:48:34.000Z (3 months ago)
- Last Synced: 2024-08-29T14:15:46.416Z (3 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Will's Dotfiles
## Installation
### Clone the repo
```bash
git clone https://github.com/wcygan/dotfiles.git && cd dotfiles
```Depending on which shell you use, run either `bootstrap-zsh.sh` or `bootstrap-bash.sh`
### Install the dotfiles for zsh
```bash
source bootstrap-zsh.sh
```### Install the dotfiles for bash
```bash
source bootstrap-bash.sh
```## Machine-specific configuration
If you have machine-specific configuration, you can add it to `~/.platform`. This file is loaded last, so it can override any settings.
## Programs to install
Install these programs and add them to either
- [fzf](https://github.com/junegunn/fzf)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [exa](https://github.com/ogham/exa)
- [broot](https://github.com/Canop/broot)
- [fd](https://github.com/sharkdp/fd)
- [bat](https://github.com/sharkdp/bat)
- [tldr](https://github.com/tldr-pages/tldr)
- [delta](https://github.com/dandavison/delta)
- [jq](https://github.com/stedolan/jq)## Extensions to install
### Zsh
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
# How did you do this?
I copied https://github.com/mathiasbynens/dotfiles and modified it