Update README.md

This commit is contained in:
Cyryl Płotnicki 2019-11-10 10:01:49 +00:00 committed by GitHub
parent da74b527d5
commit 5af638d7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,30 +1,15 @@
[![Build Status](https://travis-ci.org/cyplo/dotfiles.svg?branch=master)](https://travis-ci.org/cyplo/dotfiles)
[![Build status](https://ci.appveyor.com/api/projects/status/s6i314lyti4o1ny1/branch/master?svg=true)](https://ci.appveyor.com/project/cyplo/dotfiles/branch/master)
[![pipeline status](https://gitlab.com/cyplo/dotfiles/badges/master/pipeline.svg)](https://gitlab.com/cyplo/dotfiles/commits/master)
My common dotfiles for Linux, Mac and Cygwin
e.g. my vim, terminal and font configs.
My dotfiles - including my vim, terminal and font configs.
Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
install:
```
ssh-keygen -t ed25519
cat .ssh/id_ed25519.pub
#add the above key to github
sudo apt-get update
sudo apt-get install git # or yum install git
mkdir ~/dev
cd ~/dev
git clone git@github.com:cyplo/dotfiles.git
cd dotfiles
ssh-keygen -t ed25519
cat .ssh/id_ed25519.pub
#add the above key to github
mkdir ~/dev
cd ~/dev
git clone git@github.com:cyplo/dotfiles.git
cd dotfiles
./fedora/up.sh
# or ./ubuntu/up.sh
GNOME extensions list:
* Clipboard Indicator
* Hibernate Status Button
* Pixel Saver
TODO:
* automate adding gnome extensions
```