Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdgonzalez872/dotfiles
My dotfiles
https://github.com/pdgonzalez872/dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/pdgonzalez872/dotfiles
- Owner: pdgonzalez872
- Created: 2016-06-07T15:53:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:43:09.000Z (3 months ago)
- Last Synced: 2024-10-20T11:56:55.715Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
### Instructions
- Clone this repo to `~`
- Create symbolic links: `ln -s ~/dotfiles/.vimrc ~/.vimrc`
- sudo ln -s ~/dotfiles/.vimrc ~/.config/nvim/init.vim
- Verify links: `ls -la` -> `.vimrc -> /Users/paulogonzalez/dotfiles/.vimrc`
- For all `.` files here### Check the ubuntu_setup script.