ladrift / dotfiles

My dotfiles on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Packages

- vim       configuration for vim and gvim
- zsh       need `oh-my-zsh` installed
- aria2     aria2 downloader
- gdb       some custom commands for `gdb`
- tmux      custom shortcut prefix and etc...
- git       git username, email and default editor config

Usage

Using GNU Stow to symlink them to ~/ directory.

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

# install package for an specified configuration
stow <package-name>
# uninstall
stow -D <package-name>
# install to specified path
sudo stow zsh -t /

Inspired by

About

My dotfiles on macOS


Languages

Language:Vim Script 49.3%Language:Python 25.3%Language:Shell 19.2%Language:GDB 6.3%