GitXplorerGitXplorer
l

dotfiles

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dbc19f937db1c1148f04e6bcf86adfe40701c110

Add zsh-autosuggestions custom plugin.

lladrift committed 8 years ago
Unverified
6fdbdc12523b973de6fa8f0e389390f7eb2d3d88

Change theme, some plugins

lladrift committed 8 years ago
Unverified
af86bee2f0d20f3bd224ea7907b1653f23230561

Delete git since time in odin-mod theme

lladrift committed 8 years ago
Unverified
ec946eb9f1bf0df5909fc05076eb0640634d9e4f

Modify odin theme

lladrift committed 8 years ago
Unverified
905295d4f3e71084ec3789e58bcc25296b949752

Add sqlite & eruby indent style

lladrift committed 8 years ago
Unverified
203257bbec54453f7118e2e81d394612c98e9d60

Add `git search`, odin theme for zsh and tmux.

lladrift committed 8 years ago

README

The README file for this repository.

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