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

https://github.com/terjesannum/setup

setup dotfiles etc
https://github.com/terjesannum/setup

bash emacs

Last synced: 4 months ago
JSON representation

setup dotfiles etc

Awesome Lists containing this project

README

          

# setup

Misc setup

## macOS prerequisites

```sh
brew install coreutils
brew install gnu-sed
brew install gnu-tar
brew install grep
brew install bash
brew install git
sudo bash -c "echo $(brew --prefix)/bin/bash >> /private/etc/shells"
chsh -s $(brew --prefix)/bin/bash
brew install bash-completion@2
```

### Perl local lib setup

```sh
mkdir -p $HOME/perl5
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
```

## Windows prerequisites

* Install Linux subsystem
* Upgrade emacs
* Install VcXsrv