Skip to content

Instantly share code, notes, and snippets.

View pierre-jean's full-sized avatar

Pierre-Jean Baraud pierre-jean

View GitHub Profile
#!/bin/sh
echo "Personal install of ArchLinux"
@pierre-jean
pierre-jean / powerline-fonts.md
Created December 13, 2017 23:43
Patched fonts to use vim-airline

In a bash

# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..

rm -rf fonts

@pierre-jean
pierre-jean / neovim.md
Last active December 15, 2017 08:46
Neovim configuration

Install vim-plug

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install Plugins

Create a file vim-plug.vim in ~/.config/nvim/ and edit with:

@pierre-jean
pierre-jean / git.md
Created March 4, 2017 10:49
Git configuration

Add global info

In the shell:

git config --global user.name "Pierre-Jean Baraud"
git config --global user.email "mymail@baraud.fr"
git config --global core.editor nvim

Add aliases

@pierre-jean
pierre-jean / bash.md
Last active February 27, 2017 23:57
Shell configuration

Add Aliases

Add to .bashrc:

# load env variables
if [ -f ~/.env_aliases ]; then
    . ~/.env_aliases
fi

Keybase proof

I hereby claim:

  • I am pierre-jean on github.
  • I am pjbaraud (https://keybase.io/pjbaraud) on keybase.
  • I have a public key ASDnzUvHkNxkEzNK0sqgxNHkevtpMp-vDZ4hLZlrVWvENgo

To claim this, I am signing this object: