jupemara / dotfiles

My dotfiles other then `.ssh` directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles

NeoVundle

clone neo vundle.

$ git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

Execute :NeoBundleInstall command on your vim.

tpm

install tpm

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

And proceed prefix + I on any tmux session to install each plugins

homebrew

I use Brewfile

backup

$ brew bundle dump --cask --tap --mas
$ cp ./Brewfile ${PATH_TO_DOTFILES_REPOSITORY}/.brewfile

or

$ brew bundle dump --cask --tap --mas --file=${PATH_TO_BREWFILE}

restore

$ cp .brewfile ${HOME}/
$ brew bundle --file=.brewfile

vscode extensions

vscode-extetions.txt file is generated by code --list-extensions

$ cat vscode-extensions.txt | xargs -L 1 code --install-extension

restore dotfiles

I use mackup.

$ cp -ar .mackup* ${HOME}/ 
$ mackup restore
# after restoreing
$ rm -r ${HOME}/.mackup*

About

My dotfiles other then `.ssh` directory


Languages

Language:Shell 94.8%Language:Vim Script 5.2%