Skip to content

ncmeade/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Install

git clone https://github.com/ncmeade/dotfiles.git
cd dotfiles

Aerospace

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

Git

To setup git, copy the configuration file via

cp git/.gitconfig ${HOME}/.gitconfig

IPython

To setup ipython, copy the configuration file via

cp ipython/ipython_config.py ${HOME}/.ipython/profile_default/ipython_config.py

Tmux

To setup tmux, copy the configuration file via

cp tmux/.tmux.conf ${HOME}/.tmux.conf

Vim

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.

Zathura

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

Zsh

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.

About

My configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published