Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frioux/dotfiles


https://github.com/frioux/dotfiles

dotfiles hacktoberfest

Last synced: 15 days ago
JSON representation

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)