All Projects → sonph → dotfiles

sonph / dotfiles

Licence: other
My .files

Programming Languages

shell
77523 projects
perl
6916 projects
Vim Script
2826 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
NeoVim + git + zsh + tmux bliss
Stars: ✭ 19 (-13.64%)
Mutual labels:  tmux
tmux-slay
TMUX script to run commands in a background session. Similar to abduco/dtach.
Stars: ✭ 18 (-18.18%)
Mutual labels:  tmux
dotfiles
My dotfiles for Neovim, fish, tmux, and friends, optimized for web development on macOS.
Stars: ✭ 108 (+390.91%)
Mutual labels:  tmux
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1054.55%)
Mutual labels:  tmux
rofi-tmux
✔️ rft (rofi-tmux). Quickly switches tmux sessions, windows and tmuxinator projects
Stars: ✭ 22 (+0%)
Mutual labels:  tmux
dotfiles
Configuration files for my setup
Stars: ✭ 24 (+9.09%)
Mutual labels:  tmux
.config
Rafi's workstations (Archlinux, osx) ~/.config.
Stars: ✭ 71 (+222.73%)
Mutual labels:  tmux
dotfiles
💾 ~/.*
Stars: ✭ 12 (-45.45%)
Mutual labels:  tmux
dotfiles
My dotfiles
Stars: ✭ 23 (+4.55%)
Mutual labels:  tmux
tmux-interface-rs
Rust language library for communication with TMUX via CLI
Stars: ✭ 29 (+31.82%)
Mutual labels:  tmux
tmuxjump.vim
A plugin to open file from file paths printed in sibling tmux pane
Stars: ✭ 50 (+127.27%)
Mutual labels:  tmux
kube-tmuxp
Tool to generate tmuxp configs that help to switch between multiple Kubernetes contexts safely.
Stars: ✭ 21 (-4.55%)
Mutual labels:  tmux
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+195.45%)
Mutual labels:  tmux
dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: ✭ 149 (+577.27%)
Mutual labels:  tmux
viconf
My (n)Vim config files
Stars: ✭ 18 (-18.18%)
Mutual labels:  tmux
onestatus
an api to customize tmux from vim
Stars: ✭ 82 (+272.73%)
Mutual labels:  tmux
tmux.vim
[DEPRECATED] .tmux.conf syntax highlighting
Stars: ✭ 47 (+113.64%)
Mutual labels:  tmux
Dotfiles
Passionately crafted configs for CLI lovers 🐧❤️
Stars: ✭ 70 (+218.18%)
Mutual labels:  tmux
dotfiles
❤ My ~/.dotfiles for fish/vim/tmux/git/alacritty.
Stars: ✭ 44 (+100%)
Mutual labels:  tmux
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+90.91%)
Mutual labels:  tmux

@sonph's .files

travis-build-badge

screenshot

Installation

Linux

sudo apt-get update
mkdir -p ~/code
git clone --depth 3 https://github.com/sonph/dotfiles ~/code/dotfiles
bash ~/code/dotfiles/linux-install.sh group-cli-install  # essential cli stuffs

VSCode

MacOS:

mkdir -p ~/Library/Application\ Support/Code/User
rm ~/Library/Application\ Support/Code/User/settings.json
ln -s $PWD/vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json
rm ~/Library/Application\ Support/Code/User/keybindings.json
ln -s $PWD/vscode/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json

Karabiner

mkdir -p ~/.config/karabiner
rm ~/.config/karabiner/karabiner.json
ln -s $PWD/karabiner/karabiner.json ~/.config/karabiner/karabiner.json
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].