Setup scripts and (upcoming) dotfiles for my Ubuntu setup.
- Download
Use wget, installed by default on Ubuntu. Alternatively, download with curl or git.
wget https://github.com/robinmetral/dotfiles/archive/master.tar.gz -O - | tar xz
- Run
cd dotfiles-master/scripts
chmod +x *.sh
./setup.sh
It installs some essential CLI tools (like git
and curl
) and the following programs via snap:
- vlc
- firefox
- thunderbird
- libreoffice
- gimp
- mattermost-desktop
- chromium
- vscode (including extensions)
It also sets up a NodeJS environment with nvm and the latest NodeJS version, as well as yarn and global yarn modules:
- gatsby-cli
- jest-cli
- typescript
This repo was initially based on Victoria Drake's dotfiles.