Skip to content

Instantly share code, notes, and snippets.

View kdetony's full-sized avatar

Anthony Mogrovejo kdetony

View GitHub Profile
@kdetony
kdetony / Install_powerline_fonts_centos_7.md
Created August 16, 2020 21:52 — forked from Semo/Install_powerline_fonts_centos_7.md
How to install Powerline fonts into CentOS 7

How to install Powerline fonts into CentOS 7

For a Oh-My-Zsh Shell custommized theme, called Spaceship Prompt it's reecommended to install the Powerline Fonts. In a CentOS 7 machine it can be a little more work, than doing it via a package manager.

Clone the latest Font

git clone https://github.com/powerline/fonts.git --depth=1

and install them

@kdetony
kdetony / .gitlab.ci.yml
Created August 13, 2020 05:14 — forked from yannhowe/.gitlab.ci.yml
.gitlab.ci.yml for SSH with private key.
# Image neeeds to have ssh-client
image: docker:git
services:
- docker:dind
stages:
- staging
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY