Skip to content

valentinp72/.terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.terminal

Vim, tmux, and other configuration files

Requirements

How to install:

Copy and paste this into a terminal:

mkdir -p ~/git/.terminal &&\
git clone [email protected]:valentinp72/.terminal.git ~/git/.terminal &&\
~/git/.terminal/install.py

On your first vim boot, you'll need to install all the plugins. To do that, run :

vim +PlugInstall # you'll probably see many errors, that's normal, press Enter

Wait for all plugins to install, then quit vim.

How to update:

Copy and paste this into a terminal:

cd ~/git/.terminal &&\
git pull &&\
cd - &&\
~/git/.terminal/install.py NO_BACKUP

Do not forget to install new plugins with :PlugInstall.

ZSH, oh-my-zsh

  1. ZSH should be installed

  2. Install ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install plugins
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  1. A sample .zshrc is available in zsh/.zshrc
rofi
rofi-dev
qalc
libtool
libnotify-bin
dolphin

About

Vim, tmux, and other configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published