Skip to content

Vim customization, terminal theme and bash aliases

Notifications You must be signed in to change notification settings

dtisoy/MyLinuxConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim customization, terminal theme and bash aliases

Usage

make sure you have installed git curl and vim sudo apt install vim git curl

The next commands will set up the vim editor and install a terminal theme:

cd ~
git clone https://github.com/dtisoy/MyLinuxConfig.git
cd MylinuxConfig
chmod +x setup.sh
./setup.sh

Once installation finished, enter the command: . ~/.profile

after that, enter vim and install the plugins with :PlugInstall

Terminal Configuration

Bash Theme:

Oh-my-posh robbyrussell theme

bash_aliases:

alias description
ggl git print nice log graph
gpo git push origin
gcm git commit -m
gc git commit
gs git status
gm git merge
gwt git worktree
pserver python server
pfr python: add a requirements.txt

apps

  • dock: plank
  • launcher: Ulauncher

Windows manager shortcuts:

(this is just my configuration for linux lite and xubuntu) several of them had to be configured manually

  • alt+Backspace: Delete window
  • Super+Up: Maximize window
  • Shift+Alt+Page Down: lower window
  • Ctrl+Alt+Left: Move window to previus workspace
  • Ctrl+Alt+Right: Move window to next workspace
  • Super+Left: Tile window to the left
  • Super+Right: Tile window to the Right
  • Ctrl+Alt+Page Up: left workspace
  • Ctrl+Alt+Page Down: Right workspace

Bonus: windows Manager Tweaks -> accessibility -> "hide title (and frame) of windows when maximazed" both are selected

Set up SSH in github

References

Vim Customization: Vimrc Configuration Guide - FreeCodeCamp

About

Vim customization, terminal theme and bash aliases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published