This repo contains my latest dotfiles as of June 2019.
Two programs are covered in these dotfiles:
Install (using cp, ln, install, or whatever your system has) vscode/settings.json
to the vscode config directory
For Linux/Mac the default directory is: $HOME/.config/Code/User
For Windows the default directory is: %APPDATA%\Code\User
For Linux/Mac users only.
- Make a directory for the zsh config.
- Install
zsh/{.zshenv,.zshrc}
to the zsh config folder. - Symlink
.zshenv
to$HOME
Here are the shell commands assuming you're in the root of this repo
mkdir -p $HOME/.config
ln -s $(realpath zsh) $HOME/.config
ln -s $HOME/.config/zsh/.zshenv $HOME/.zshenv
Prompt available here
ln -s $(realpath tmux/.tmux.conf) $HOME
The .zshrc
includes three functions that can install programs that I use all the time.
Software | Function Name |
---|---|
Go | get_go |
This assumes that you are running a 64-bit Linux system.
If you'd like to change the download path for either of the above programs set the local variable *_DOWNLOAD
in the .zshrc
file to the appropriate one for your system.