add circlei badge, cleanup readme
This commit is contained in:
parent
a1a230d5a6
commit
d089843bfd
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[![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)
|
||||
[![CircleCI](https://circleci.com/gh/cyplo/dotfiles.svg?style=svg)](https://circleci.com/gh/cyplo/dotfiles)
|
||||
[![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
|
||||
|
||||
|
@ -10,7 +10,7 @@ install:
|
|||
|
||||
sudo apt-get update
|
||||
sudo apt-get install git # or yum install git
|
||||
|
||||
|
||||
ssh-keygen -b 8192
|
||||
cat ~/.ssh/id_rsa.pub
|
||||
#add the above key to github
|
||||
|
@ -18,7 +18,7 @@ install:
|
|||
cd ~/dev
|
||||
git clone git@github.com:cyplo/dotfiles.git
|
||||
cd dotfiles
|
||||
./ubuntu/configure_fresh_system.sh
|
||||
./ubuntu/up.sh
|
||||
# or /debian/.. or /fedora/..
|
||||
|
||||
GNOME extensions list:
|
||||
|
@ -27,6 +27,4 @@ GNOME extensions list:
|
|||
* Pixel Saver
|
||||
|
||||
TODO:
|
||||
* make the list of packages for the different debian-based distros shared among them
|
||||
* automate adding backports to debian-based distros
|
||||
* automate adding gnome extensions
|
||||
|
|
Loading…
Reference in a new issue