https://github.com/alanleite/dotfiles
https://github.com/alanleite/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alanleite/dotfiles
- Owner: alanleite
- Created: 2018-11-13T10:30:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T10:07:07.000Z (over 6 years ago)
- Last Synced: 2025-02-09T11:27:57.695Z (4 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .vimrcinstalar 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-dejavuln /home/alanleite/projetos/dotfiles/termite/config /home/alanleite/.config/termite/config
# ternjs
ln ${HOME}/projetos/dotfiles/ternjs/.tern-config ${HOME}/.tern-config