An open API service indexing awesome lists of open source software.

https://github.com/alanleite/dotfiles


https://github.com/alanleite/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vim

install vim-plug

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

~/.vimrc

vim-airline
instalar as fontes powerline para os icones
yay powerline-fonts
depois de instalar as fontes precisa reiniciar...

youcompleteme
precisa ter o python3 e o cmake instalados para buildar o ycm
executar o arquivo install.py
ele pede para mudar o encoding para utf-8 no .vimrc

instalar a fonte DejaVu e mudar no termite

ln /home/alanleite/projetos/dotfiles/vim/.vimrc /home/alanleite/.vimrc

instalar o ag para usar com o ctrlp
yay community/the_silver_searcher

# termite

~/.config/termite/config

instalar fonte
yay ttf-dejavu

ln /home/alanleite/projetos/dotfiles/termite/config /home/alanleite/.config/termite/config

# ternjs

ln ${HOME}/projetos/dotfiles/ternjs/.tern-config ${HOME}/.tern-config