Skip to content

Kmasa-cysec/Materials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

素材置き場 & 備忘録

Shellの環境設定

  • Install zsh
    sudo apt install zsh
    brew install zsh

  • Change LoginShell
    chsh -s /usr/local/bin/zsh

  • Install prezto
    git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

  • Create configuration

setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do  
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"  
done
'syntax-highlighting' \  
'autosuggestions' \
zstyle ':preztp:module:syntax-highlighting' color 'yes'  
zstyle ':preztp:module:autosuggestions:color' found 'fg=blue'

About

素材置き場

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published