Skip to content

remarkablemark/dotfiles

Repository files navigation

dotfiles

remarkablemark's dotfiles.

Table of Contents

Prerequisites

Note

My dotfiles are only compatible with macOS.

If you have SSH access to the repository, then set up your SSH key and clone the repository:

git clone git@github.com:remarkablemark/dotfiles.git ~/dotfiles
cd ~/dotfiles

Otherwise, clone the repository:

git clone https://github.com/remarkablemark/dotfiles.git ~/dotfiles
cd ~/dotfiles

Install

Run install:

./install.sh

If Vundle isn't installed, you can install it manually:

git clone https://github.com/VundleVim/Vundle.vim.git ~/dotfiles/bundle/Vundle.vim
vim +PluginInstall +qall

If YouCompleteMe isn't compiled, you can compile it manually:

python3 bundle/YouCompleteMe/install.py --all

Shell

Verify the shell is zsh:

echo $SHELL

Reload the shell:

source ~/.zshrc

Or restart the shell:

exec -l $SHELL

Vim

Reload vimrc in Vim:

vim ~/.vim/vimrc
:source %

iTerm2

Download iTerm2:

brew install --cask iterm2

Load preferences: iTerm2 > Preferences > General > Preferences > Load preferences from a custom folder or URL: ~/dotfiles/

Update profile: iTerm2 > Preferences > Profiles > Colors and Text

Open tab in same directory: iTerm2 > Preferences > Profiles > Working Directory > Reuse previous session's directory

Software

Directory Structure

tree -I bundle
.
├── LICENSE
├── README.md
├── after
│   └── ftplugin
│       └── php.vim
├── com.googlecode.iterm2.plist
├── gitignore
├── install.sh
├── powerline.tmux
├── tmux.conf
├── vimrc
└── zshrc

3 directories, 10 files

License

MIT