https://github.com/johnpertoft/scripts-and-dotfiles
Some scripts and dotfiles
https://github.com/johnpertoft/scripts-and-dotfiles
Last synced: 6 days ago
JSON representation
Some scripts and dotfiles
- Host: GitHub
- URL: https://github.com/johnpertoft/scripts-and-dotfiles
- Owner: johnPertoft
- Created: 2018-01-13T18:49:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T18:50:50.000Z (over 8 years ago)
- Last Synced: 2025-03-22T08:48:45.263Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts and dot files
This repository contains some scripts and dotfiles as well as an
install script for a new ubuntu installation.
On a fresh ubuntu installation, run the following
```bash
$ sudo apt-get install -y git && \
git clone https://github.com/johnPertoft/scripts-and-dotfiles && \
bash scripts-and-dotfiles/new-ubuntu-install.sh
```
An Ubuntu 16.04 image is included in this repository to test the install script.
It probably won't work for some graphical installs etc. And it's not automated but
it can be tried by running the following
```bash
$ bash docker/test.sh
```