Skip to content

comestime/MacOS_Settings

Repository files navigation

MacOS_Settings

My MacOS/Vim Settings

.bash_profile

bash settings in home directory

git-completion.bash & git-prompt.sh

implement auto-completion and prompt settings in git, sourced by .bash_profile

.gitconfig

my git configrations

.vimrc

basic settings for vim

set_vim.zip

provides syntax highlighting for various languages

set up auto-verilog

copy .emacs to home directory, and copy Verilog-mode.el to ~/.emacs.d (if no such directory, make it)

Enable auto-verilog in vim

copy verilog_emacsauto.vim under ~/.vim/ftplugin/, change ~/.elips to ~/.emacs.d which is where we put verilog-mode.el file, then restart vim. See this post for more detail.

.py[2-3]_kernel

create new python 2/3 environments; activate the environment and deactivate environment