Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9999years/dotfiles
https://github.com/9999years/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/9999years/dotfiles
- Owner: 9999years
- Created: 2018-08-22T00:32:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T03:59:37.000Z (3 months ago)
- Last Synced: 2024-10-26T17:28:55.744Z (2 months ago)
- Language: Shell
- Size: 775 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Dotfiles for [rcm(7)](https://github.com/thoughtbot/rcm).
Setup with `git clone --recurse-submodules https://github.com/9999years/dotfiles.git ~/.dotfiles && rcup -v`.
## Utility software I like
- `bat`
- [`eza`](https://github.com/eza-community/eza)
- `fd`
- `fish`
- `fzf`/`fzy`
- `git-absorb`
- `git-delta`
- [`git-flip-history`](https://blog.aloni.org/posts/gitology-1-git-flip-history/)
- `hub`/`gh`
- [`gh extension install seachicken/gh-poi`](https://github.com/seachicken/gh-poi)
- `neovim`
- `rg`
- `tmux`
- `topgrade`
- `pandoc`
- [`npm i -g vscode-langservers-extracted`](https://github.com/hrsh7th/vscode-langservers-extracted)
- [`npm i -g yaml-language-server`](https://github.com/redhat-developer/yaml-language-server)
- [`brew install so`](https://github.com/samtay/so)
- [`brew install topgrade`](https://github.com/r-darwish/topgrade)## macOS software
- [`npm install -g pyright`](https://github.com/microsoft/pyright)
- [`brew install --cask raycast`](https://www.raycast.com/)
- [`brew install --cask rectangle`](https://rectangleapp.com/)
- [`brew install entr`](https://github.com/eradman/entr)
- [`brew install mas`](https://github.com/mas-cli/mas)
- [`brew install pam-reattach`](https://github.com/fabianishere/pam_reattach)
for Touch ID authentication for `sudo`. Add to `/etc/pam.d/sudo_local`:
```
auth optional /opt/homebrew/lib/pam/pam_reattach.so
auth sufficient pam_tid.so
```