https://github.com/armen/dotfiles
Armen's dotfiles
https://github.com/armen/dotfiles
Last synced: 4 months ago
JSON representation
Armen's dotfiles
- Host: GitHub
- URL: https://github.com/armen/dotfiles
- Owner: armen
- Created: 2014-07-22T02:52:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T23:57:12.000Z (over 4 years ago)
- Last Synced: 2025-06-13T10:08:33.263Z (4 months ago)
- Language: Vim script
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
====### Installation
#### Install by cloning the repository
git clone https://github.com/armen/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# Read the installation script first
./install.bash
cd -#### Install by executing remote installation bash script
This is insecure, make sure you read the bash script first.
curl --silent https://raw.githubusercontent.com/armen/dotfiles/master/install.bash | bash
#### golang integration
To enable golang integration comment out following line from the ~/.dotfiles/vim/settings.vim file
let g:go_disable_autoinstall = 1