Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csabapalfi/dotfiles
⚙My minimal dotfiles
https://github.com/csabapalfi/dotfiles
bash dotfiles git homebrew
Last synced: 24 days ago
JSON representation
⚙My minimal dotfiles
- Host: GitHub
- URL: https://github.com/csabapalfi/dotfiles
- Owner: csabapalfi
- Created: 2013-03-06T06:02:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T18:52:29.000Z (about 4 years ago)
- Last Synced: 2023-03-12T08:18:40.957Z (over 1 year ago)
- Topics: bash, dotfiles, git, homebrew
- Language: Shell
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
```sh
# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew bundle# bash
sudo bash -c 'echo "/usr/local/bin/bash" >> /etc/shells'
chsh -s /usr/local/bin/bash
sudo chsh -s /usr/local/bin/bash# pip
pip install -r requirements.txt --user
```