Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged zsh  ✕
zplug/zplug: A next-generation plugin manager for zsh https://github.com/zplug/zplug
Wed Jun 8 13:51:51 2022
QRCode
zsh
In zsh how do you bind Ctrl+backspace to delete the previous word? - Stack Overflow https://stackoverflow.com/questions/21252419/in-zsh-how-do-you-bind-ctrlbackspace-to-delete-the-previous-word/21252464#21252464
Fri Nov 26 10:31:55 2021
QRCode
bindkey '^H' backward-kill-word
zsh bash sh shortcut keyboard_shortcut
romkatv/powerlevel10k: A Zsh theme https://github.com/romkatv/powerlevel10k
Mon Nov 15 22:55:06 2021
QRCode
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc.

Run

source ~/.zshrc
zsh
zsh-syntax-highlighting/INSTALL.md at master · zsh-users/zsh-syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
Mon Nov 25 22:47:26 2019
QRCode

Oh-my-zsh

  1. Clone this repository in oh-my-zsh's plugins directory:

    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  2. Activate the plugin in ~/.zshrc:

    plugins=( [plugins...] zsh-syntax-highlighting)
  3. reload zsh

    source ~/.zshrc
oh-my-zsh zsh
zsh /shaare/Zi9Sag
Sat Nov 16 19:00:33 2019
QRCode
sudo apt update
sudo apt install zsh -y
zsh

appuyer sur 2

exit
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Ajouter des plugins

vi ~/.zshrc
plugins=(git tmux sudo z)

reload zsh

source ~/.zshrc

https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/vscode


Plugins oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh
Autres plugins: https://github.com/unixorn/awesome-zsh-plugins

zsh
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn