Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crccheck/dotfiles
My dotfiles
https://github.com/crccheck/dotfiles
bash dotfiles
Last synced: 16 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/crccheck/dotfiles
- Owner: crccheck
- Created: 2010-09-21T01:20:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:30:38.000Z (about 2 years ago)
- Last Synced: 2024-12-25T05:05:54.606Z (22 days ago)
- Topics: bash, dotfiles
- Language: Python
- Homepage:
- Size: 45.4 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRCCHECK dot files
==================So like, these are the dot files I like.
Installation
------------```
wget -qO- https://raw.githubusercontent.com/crccheck/dotfiles/master/install.sh | sh
```Install Read-only:
sudo apt-get install git -y
cd
git clone git://github.com/crccheck/dotfiles.git
cd dotfiles
git submodule update --init
make basic
s dotHey, make a ssh key!
cd
mkdir --mode=700 .ssh && cd .ssh
ssh-keygen -t rsa -b 4096 -C "$USER@$HOSTNAME"https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
Re-adding the remote after github has my pub key:
g dot
git remote rm origin
git remote add origin [email protected]:crccheck/dotfiles.git
git submodule update
git fetch
git branch -u origin/master