https://github.com/scuilion/dotfiles
dotfiles
https://github.com/scuilion/dotfiles
dotfiles zsh
Last synced: 3 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/scuilion/dotfiles
- Owner: Scuilion
- Created: 2012-04-08T04:25:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T15:16:02.000Z (about 1 year ago)
- Last Synced: 2025-06-21T23:08:24.347Z (about 1 year ago)
- Topics: dotfiles, zsh
- Language: Vim Script
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dotfiles
```
sudo apt-get install git xclip
ssh-keygen -o -a 100 -t ed25519 -C "oneal.kevin@gmail.com" -f ~/.ssh/github_ed25519
sudo chmod 400 ~/.ssh/github_ed25519
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github_ed25519
xclip -sel clip < ~/.ssh/github_ed25519.pub
mkdir -p ~/projects
cd ~/projects
git clone --recurse-submodules git@github.com:Scuilion/dotfiles.git
cd dotfiles
sudo chmod +x *.sh
sudo ./packages.sh
./install.sh
```