Skip to content

My configurations for Ubuntu development happiness

Notifications You must be signed in to change notification settings

pedrozan/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dot-files

My configurations for Ubuntu development happiness

Contents

Installation

NeoVim

  • Install NeoVim;
  • Copy nvim/init.vim to ~/.config/nvim/init.vim, you might need to create this file;
  • Copy nvim/plugins.vim to ~/.config/nvim/plugins.vim;
  • Open Neovim $ nvim and run :PlugInstall and :UpdateRemotePlugins. You might need to close and re-open Neovim;
  • Install the vim linter vint with pip3 install vim-vint;
  • Install ripgrep for Ubuntu with Snap, sudo snap install ripgrep --classic;
  • Copy custom vim airline theme by Caleb Taylor: nvim\space.vim\ to ~\.config\nvim\plugged\vim-airline-themes\autoload\airline\themes\space.vim;
  • Install Nerd Fonts to make it pretty.

ZShell and OhMyZshell

  • Install Zshell: $ sudo apt-get update && sudo apt-get install zsh;
  • Install OhMyZshell: $ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Copy configurations from zshell/.zshrc to ~/.zshrc, you might want to make a backup of your old .zshrc with $ mv ~/.zshrc ~/_zshrc

Tmux

  • Install tmux: sudo apt-get update && sudo apt-get install tmux
  • Copy configurations from tmux/.tmux.conf to ~/.tmux.conf

Extras

  • z for moving between files
  • vtop to check your computer status
  • Taskbook for todos and notes

Fonts

All fonts can be obtained from Nerd Fonts

About

My configurations for Ubuntu development happiness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published