Skip to content

Commit

Permalink
Chore: Remove Travis CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Jun 8, 2018
1 parent 930672a commit 49a0b51
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# [Cătălin](https://github.com/alrra)’s dotfiles [![Build Status](https://travis-ci.org/alrra/dotfiles.svg?branch=master)](https://travis-ci.org/alrra/dotfiles)
# [Cătălin](https://github.com/alrra)’s dotfiles

These are the base dotfiles that I start with when I set up a
new environment. For more specific local needs I use the `.local`
files described in the [`Local Settings`](#local-settings) section.


## Setup

To set up the `dotfiles` just run the appropriate snippet in the
Expand Down Expand Up @@ -37,7 +36,6 @@ The setup process will:
[`Ubuntu`](src/os/preferences/ubuntu) preferences
* Install [`vim` plugins](src/vim/vim/plugins)


Setup process in action:

<table>
Expand All @@ -57,7 +55,6 @@ Setup process in action:
</tbody>
</table>


## Screenshots

### Git
Expand Down Expand Up @@ -119,7 +116,6 @@ Output for `git log`:
</tbody>
</table>


## Customize

### Local Settings
Expand Down Expand Up @@ -186,29 +182,25 @@ The `~/.vimrc.local` file it will be automatically sourced after
`~/.vimrc`, thus, allowing its content to add or overwrite the
settings from `~/.vimrc`.


### Forks

If you decide to fork this project, don't forget to substitute my
username with your own in the [`setup` snippets](#setup) and [in the
`setup` script](https://github.com/alrra/dotfiles/blob/1503cf23ef23f6e31342b140bcd246625160b94f/src/os/setup.sh#L3).


## Update

To update the dotfiles you can either run the [`setup`
script](src/os/setup.sh) or, if you want to just update one particular
part, run the appropriate [`os` script](src/os).


## Acknowledgements

Inspiration and code was taken from many sources, including:

* [Mathias Bynens'](https://github.com/mathiasbynens)
[dotfiles](https://github.com/mathiasbynens/dotfiles)


## License

The code is available under the [MIT license](LICENSE.txt).

0 comments on commit 49a0b51

Please sign in to comment.