Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlau95/vm-dotfiles
My dotfiles for VMs
https://github.com/samlau95/vm-dotfiles
Last synced: 19 days ago
JSON representation
My dotfiles for VMs
- Host: GitHub
- URL: https://github.com/samlau95/vm-dotfiles
- Owner: SamLau95
- Created: 2015-02-07T22:23:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T09:40:50.000Z (almost 10 years ago)
- Last Synced: 2024-11-05T09:51:17.391Z (2 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VM Dotfiles
Run the following commands to set up your `bash` development environmentcd $HOME
git clone https://github.com/SamLau95/vm-dotfiles.git
ln -sb vm-dotfiles/.profile .
ln -sb vm-dotfiles/.bashrc .
ln -sb vm-dotfiles/.bash_aliases .
ln -sb vm-dotfiles/.pryrc .
ln -sb vm-dotfiles/.tmux.conf .
ln -sb vm-dotfiles/.inputrc .
source ~/.profileSee https://github.com/SamLau95/vm-setup to install prerequisite programs.