Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```