git clone https://github.com/ncmeade/dotfiles.git
cd dotfiles
The Homebrew formula to install aerospace
is available here.
The command below can be used to install aerospace
brew install --cask nikitabobko/tap/aerospace
The custom configuration for aerospace
can be installed via
cp aerospace/.aerospace.toml ${HOME}/.aerospace.toml
To setup git
, copy the configuration file via
cp git/.gitconfig ${HOME}/.gitconfig
To setup ipython
, copy the configuration file via
cp ipython/ipython_config.py ${HOME}/.ipython/profile_default/ipython_config.py
To setup tmux
, copy the configuration file via
cp tmux/.tmux.conf ${HOME}/.tmux.conf
You will first need to install vim-plug
.
Once vim-plug
is installed, you can copy the .vimrc
file to your home directory via
cp vim/.vimrc ${HOME}/.vimrc
To install plugins, open vim
and run :PlugInstall
.
This should download and install all of the plugins listed in the .vimrc
.
Also, to use Conquer of Completion you will need to copy vim/coc-settings.json
to ${HOME}/.vimrc
.
The Homebrew formula to install zathura
is available here.
The commands below can be used to install zathura
brew tap zegervdv/zathura
brew install zathura-pdf-poppler
zathura
should work now.
You can test it by trying to open a PDF.
The custom configuration for zathura
can be installed via
mkdir -p ${HOME}/.config/zathura
cp zathura/zathurarc ${HOME}/.config/zathura/zathurarc
Many of these configuration options were adapted from Anish Athalye's dotfiles.
To setup zsh
, first copy the configuration file via
cp zsh/.zshrc ${HOME}/.zshrc
Now, copy the aliases.zsh
and prompt.zsh
via
mkdir -p ${HOME}/.zsh
cp zsh/aliases.zsh ${HOME}/.zsh/aliases.zsh
cp zsh/prompt.zsh ${HOME}/.zsh/prompt.zsh
Syntax highlighting for zsh
can be installed via zsh-syntax-highlighting.