Skip to content

nivaldogmelo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is a repository with my configuration files

Vim

Vim Print

To use my configurations for Vim you have to do the following steps:

Before you start doing this, you'll need Install the Vundle.

  1. Download the vimrc from the repository and put on your ~/ (If you already have one, just add the content to your .vimrc, making necessary changes)

  2. Open vim and run

    :PluginInstall

Optional Steps:

  • To use the YouComplete me Plugin, follow the tutorial on the YouCompleteMe git page
  • To use wakatime plugin, you'll need create an account on Wakatime and setup API Key

Zsh

Zsh Print

To use my configurations for Zsh you have to do the following steps:

Before you start doing this, you'll need Install the zsh Also you need to install the oh-my-zsh.

  1. Download the [zshrc] from the repository and put on your ~/ (If you already have one, just add the content to your .zshrc, making necessary changes)

  2. To enable syntax highlight you need to run git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

  3. Run source .zshrc

About

Some configuration files made on Arch Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published