Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frioux/dotfiles
https://github.com/frioux/dotfiles
dotfiles hacktoberfest
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frioux/dotfiles
- Owner: frioux
- Created: 2009-03-29T19:12:32.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T23:15:24.000Z (8 months ago)
- Last Synced: 2024-10-04T09:54:56.693Z (about 1 month ago)
- Topics: dotfiles, hacktoberfest
- Language: Vim Script
- Homepage:
- Size: 48.9 MB
- Stars: 53
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdwn
Awesome Lists containing this project
README
# dotfiles Setup
wget -qO- https://raw.githubusercontent.com/frioux/dotfiles/main/setup-dotfiles | sh
# Install docker
wget -qO- https://get.docker.com/ | sh
sudo usermod frew -aG docker
sudo systemctl enable docker# Install Other Software
* [Dropbox](https://www.dropbox.com/install)
* [Chrome](https://www.google.com/chrome/)
* [`blink1-tool`](https://github.com/todbot/blink1/releases)
* [`blink(1)` rules](https://github.com/todbot/blink1/blob/master/linux/51-blink1.rules)## Go
``` bash
rm ~/local -rf
wget -qO- https://dl.google.com/go/go1.18.6.linux-amd64.tar.gz > go.gz
tar xvf go.gz
mv ./go ~/local
rm go.gz
```# Add / Replace SSH Key
* Generate Key: `ssh-keygen -t ed25519 -o -a 100`
* Put key on [github](https://github.com/settings/ssh)