Skip to content

gonghaima/config1

Repository files navigation

My Linux config files

launch.json added for vsCode debugging

node debugger script

"local-debug": "npm run gen-version; node --inspect=0.0.0.0:3500 -r dotenv/config ./index.js"

zshrc

# install oh-my-zsh
https://github.com/robbyrussell/oh-my-zsh

# install others
brew install pyenv

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.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
brew install ccat
brew install thefuck
brew install tldr

alias

ln -s ~/workspace/config/alias/zsh_aliases .zsh_aliases
ln -s ~/workspace/config/alias/git_aliases .git_aliases

reference

About

my own config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages