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

https://github.com/wmay/dotfiles

Dotfiles focused on Ubuntu, data science, and Emacs
https://github.com/wmay/dotfiles

data-science dotfiles emacs fish r ubuntu

Last synced: 3 months ago
JSON representation

Dotfiles focused on Ubuntu, data science, and Emacs

Awesome Lists containing this project

README

          

Data science dotfiles and installation scripts for Ubuntu 24.04, Emacs, and
fish. Mostly focused on R and related tools for now.

## Installation

In theory you can run these from the command line (but it's probably wiser to
just run them piecemeal instead).

```sh
./install_system_pkgs.sh
./.emacs # install emacs packages
./install_R_pkgs.R
./install_dotfiles.sh # add symlinks to home folder
```