All Projects → tankywoo → Dotfiles

tankywoo / Dotfiles

Licence: mit
Dotfiles

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+427.35%)
Mutual labels:  zsh, tmux, dotfiles, gentoo
Dotconfig
Development environment setup
Stars: ✭ 27 (-76.92%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🤘 My collection of dotfiles for tmux, vim and zsh
Stars: ✭ 94 (-19.66%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (-18.8%)
Mutual labels:  zsh, tmux, dotfiles
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (-25.64%)
Mutual labels:  zsh, dotfiles, ubuntu
Dotfiles
My dotfiles, mainly Ubuntu and OSX stuff
Stars: ✭ 12 (-89.74%)
Mutual labels:  zsh, dotfiles, ubuntu
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (-17.95%)
Mutual labels:  zsh, tmux, dotfiles
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-81.2%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
💻 macOS / Ubuntu dotfiles
Stars: ✭ 1,074 (+817.95%)
Mutual labels:  tmux, dotfiles, ubuntu
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (-52.14%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-48.72%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
💀 dotfiles! managed by GNU stow
Stars: ✭ 85 (-27.35%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-94.02%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-82.91%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles 💻 🔨
Stars: ✭ 25 (-78.63%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+741.88%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-4.27%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (+499.15%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-95.73%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-59.83%)
Mutual labels:  zsh, tmux, dotfiles

Dotfiles

WARNING: 2018-04-29, THE STRUCTURE OF REPOSITORY HAS BEEN CHANGED, IF YOU PULLED, YOU SHOULD RE-SYMLINK THE DOTFILES

My dotfiles for: bash, zsh, vim, git, tmux, screen and useful tools, etc.

Install & Uninstall

READ BEFORE YOU RUN THESE SCRIPTS

Install:

./setup.sh

Uninstall:

./uninstall.sh  # by default in dry-run mode, it's not going to actually execute
./uninstall.sh -f  # actually execute rm symlink, and keep if it's not symlink

Usage

common/aliases.sh:

  • treepy: tree exclude .pyc
  • json: pretty print json file
  • ccat: cat code with color
  • mux: alias tmuxinator
  • mac-listen: netstat -tlnp under macOS

common/functions.sh:

  • pycd: quick cd to python source package directory
  • set-tab: change terminal tab's title
  • mdv: markdown preview in terminal, mdv
  • wanip: get outer ip in private network
  • getip: get geo ip
  • man: man with color

common/virtualenvwrapper.sh: source virtualenvwrapper script

common/ssh-agent-wrapper.sh: auto start ssh agent to load private key

git/gitconfig: user global configuration. git diff with diff-highlight tool, set some alias shortkey, and colors for status

pip/pip.conf: set pypi mirror for ustc.edu.cn or douban

tmux/tmux.conf: set prefix key with control + a instead default control + b, for compatible with screen

tools/tmux-multi.sh: get hosts list file as arg, auto quick start tmux window with multiple panes, each pane with one host login by ssh, and operate these hosts synchronized.

tools/256-color.sh: display 256 colors in terminal

State

Current the configurations and install script have been tested to work on:

  • Gentoo
  • Mac OS >= 10.9
  • Ubuntu >= 12.04

If there are problems on other platforms, please contact me, thanks.

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].