Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viglioni/dotfiles
https://github.com/viglioni/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viglioni/dotfiles
- Owner: viglioni
- Created: 2023-03-10T14:08:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-14T10:04:35.000Z (over 1 year ago)
- Last Synced: 2024-06-30T14:49:39.208Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* macOS
** Tiling
#+begin_src shell
brew tap koekeishiya/formulae
brew install yabai
brew install skhd
#+end_src
** oh my zsh
#+begin_src shell :exports both :results output
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
#+end_src