https://github.com/crccheck/dotfiles
My dotfiles
https://github.com/crccheck/dotfiles
bash dotfiles
Last synced: 8 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/crccheck/dotfiles
- Owner: crccheck
- Created: 2010-09-21T01:20:03.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T04:49:49.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:13:20.763Z (about 1 year ago)
- Topics: bash, dotfiles
- Language: Shell
- Homepage:
- Size: 45.5 MB
- Stars: 5
- Watchers: 3
- 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 dot
Hey, 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 git@github.com:crccheck/dotfiles.git
git submodule update
git fetch
git branch -u origin/master