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
- Host: GitHub
- URL: https://github.com/wmay/dotfiles
- Owner: wmay
- Created: 2014-10-22T02:04:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-09-08T00:37:11.000Z (10 months ago)
- Last Synced: 2025-09-08T01:18:54.318Z (10 months ago)
- Topics: data-science, dotfiles, emacs, fish, r, ubuntu
- Language: Emacs Lisp
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```