https://github.com/mark-i-m/dotfiles
A repo of configs (useful for setting up VMs)
https://github.com/mark-i-m/dotfiles
bash bashrc config vim vim-configuration vimrc vm-configuration xinitrc xmobar xmonad
Last synced: 29 days ago
JSON representation
A repo of configs (useful for setting up VMs)
- Host: GitHub
- URL: https://github.com/mark-i-m/dotfiles
- Owner: mark-i-m
- License: mit
- Created: 2015-05-30T21:34:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T20:39:37.000Z (about 6 years ago)
- Last Synced: 2025-10-30T12:51:24.690Z (7 months ago)
- Topics: bash, bashrc, config, vim, vim-configuration, vimrc, vm-configuration, xinitrc, xmobar, xmonad
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfilesvm
===========
This repo contains a stripped-down of the `dotfiles` repo intended for easy setup of VMs.
Config only
-----------
To install only the config files, follow the directions in `dotfiles`.
Full setup
----------
To do a full setup, run `./install_full.sh`. You will need to enter the password for `sudo`. This setup assumes you are using Ubuntu.
Altogether:
```
$ sudo apt-get install git
$ git clone https://github.com/mark-i-m/dotfilesvm.git && cd dotfilesvm
$ ./install_full.sh
```
If you are on Arch, then you will also need to manually start X. The `x` directory has the appropriate scipts.