[Development Environment] Terminal
2821 ワード
個人設定の保存
デフォルトのインストール xcode homebrew wget git iTerm oh-my-zsh Powerlevel10k Apperance > General > Theme : Apperance > Dimming : Profile > Text > Unicode normalization form : Profile > Text > Keys > Presets : Profile > Session : SpaceVim取付 設定(経路: nvm(Node Version Manager) node.js
デフォルトのインストール
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install wget
brew install git git-lfs
brew cask install iterm2
brew install zsh zsh-completions
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
~/.zshrc
修正項目ZSH_THEME="powerlevel10k/powerlevel10k"
iTerm個人設定Minimal
Dimming amount
NFC
Natural Text Editing
Status bar enabled
curl -sLf https://spacevim.org/install.sh | bash
~/.SpaceVim.d/init.toml
/Space f v d
入力)[options]
# set spacevim theme. by default colorscheme layer is not loaded,
# if you want to use more colorscheme, please load the colorscheme
# layer
colorscheme = "SpaceVim" # theme
colorscheme_bg = "dark"
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
enable_guicolors = true
# Disable statusline separator, if you want to use other value, please
# install nerd fonts
statusline_separator = "arrow"
statusline_iseparator = "arrow"
buffer_index_type = 4
enable_tabline_filetype_icon = true
enable_statusline_mode = false
relativenumber = false # absoulte number line
default_indent = 2 # tab size
expand_tab = false
jswget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvm install --lts
Reference
この問題について([Development Environment] Terminal), 我々は、より多くの情報をここで見つけました https://velog.io/@idhyo0o/Development-Environment-Terminalテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol