https://github.com/samlau95/vm-dotfiles
My dotfiles for VMs
https://github.com/samlau95/vm-dotfiles
Last synced: over 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T09:40:50.000Z (over 11 years ago)
- Last Synced: 2025-02-14T16:51:20.776Z (over 1 year 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 environment
cd $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 ~/.profile
See https://github.com/SamLau95/vm-setup to install prerequisite programs.