Skip to content

kas/install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install

Simple development environment setup

Ubuntu

Vim

  1. Install Vim: sudo apt install vim
  2. Install fzf: https://github.com/junegunn/fzf
  3. Install fzf.vim: https://github.com/junegunn/fzf.vim
  4. Install ripgrep: sudo apt install ripgrep
  5. Copy the .gitignore_global file to the ~ folder: cp .gitignore_global ~
    1. Configure Git to use the .gitignore_global file: git config --global core.excludesfile ~/.gitignore_global
  6. Copy the .vimrc file to the ~ folder: cp .vimrc ~

i3

  1. Install i3: https://i3wm.org/docs/repositories.html
  2. (Optional) Copy the shell scripts to the ~/bin folder: cp shell-scripts/* ~/bin
    1. Make the shell scripts executable: chmod +x ~/bin/*
    2. Log out and log back in to use the shell scripts in dmenu
  3. (Optional) Set the scale: echo Xft.dpi: 192 >> ~/.Xresources
  4. (Optional) Set up i3-workspace-reset for use with dmenu: https://github.com/kas/i3-workspace-reset

About

Simple development environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published