Icedroid / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles controlled by GNU stow following this way

Requirements(Linux)

sudo pacman -S diff-so-fancy exa ripgrep git-extras
cargo install git-brws

配置 iterm2

设置 Gernernal->Preferences 指定目录为: /Users/wiwen/dotfiles/iterm2 在 profile 中导入 wiwen-dev.json,在 profile 的配色方案中导入 wiwen.itermcolors

配置 zsh

stow zsh

配置 tmux

stow tmux
ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf

配置 vim

stow vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
~/.vim/bundle/YouCompleteMe/install.py --go-completer  --clang-completer

配置 vscode

About

my dotfiles


Languages

Language:Shell 52.1%Language:Python 29.3%Language:Vim Script 18.1%Language:PowerShell 0.5%