All Projects → Netherdrake → Dotfiles

Netherdrake / Dotfiles

My [NeoVim + Tmux + Fish Shell] Setup /w install scripts

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+447.22%)
Mutual labels:  tmux, neovim, i3, i3wm
dotfiles
My collection of dotfiles
Stars: ✭ 77 (-57.22%)
Mutual labels:  tmux, fish, i3
3mux
Terminal multiplexer inspired by i3
Stars: ✭ 1,687 (+837.22%)
Mutual labels:  tmux, i3, i3wm
Dots
Personal *nix configuration files
Stars: ✭ 136 (-24.44%)
Mutual labels:  tmux, fish, neovim
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-80.56%)
Mutual labels:  tmux, i3, i3wm
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-37.78%)
Mutual labels:  tmux, fish, i3
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+22658.33%)
Mutual labels:  tmux, fish, neovim
Tmux Tilish
Plugin which makes tmux work and feel like i3wm
Stars: ✭ 149 (-17.22%)
Mutual labels:  tmux, i3, i3wm
dotfiles
My dotfiles
Stars: ✭ 16 (-91.11%)
Mutual labels:  tmux, i3, i3wm
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-79.44%)
Mutual labels:  tmux, fish, neovim
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-88.89%)
Mutual labels:  tmux, i3, i3wm
Idempotent Desktop
🛸 NixOS, Xmonad, Neovim
Stars: ✭ 51 (-71.67%)
Mutual labels:  tmux, fish, neovim
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (-46.67%)
Mutual labels:  tmux, fish, neovim
Sgtk Menu
GTK launchers for sway & other WMs w/ menu, dmenu, application grid and button bar
Stars: ✭ 112 (-37.78%)
Mutual labels:  i3, i3wm
Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+7116.11%)
Mutual labels:  tmux, fish
I3 Wm Config
I3 tiling window manager configuration
Stars: ✭ 109 (-39.44%)
Mutual labels:  i3, i3wm
Dotfiles
My dotfiles
Stars: ✭ 121 (-32.78%)
Mutual labels:  tmux, neovim
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+1131.67%)
Mutual labels:  tmux, neovim
Docker Dev
Container images for portable development environments
Stars: ✭ 128 (-28.89%)
Mutual labels:  tmux, neovim
Wmfocus
Visually focus windows by label
Stars: ✭ 132 (-26.67%)
Mutual labels:  i3, i3wm

Supported Workflows

  • GNOME + Tilix/Tmux + Fish + NeoVim
  • i3wm + Fish + NeoVim

Documentation for i3, Gnome and other OS related setups. Install scripts are available for Ubuntu OS.

Vim Language Support

Go (Great)
R, Python (Good)

Notes

Tmux + Vim Configs

tmux.conf goes into ~/.tmux.conf
nvim/ and fish/ go into ~/.config/(nvim|fish)

Install Tmux Plugin Manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Tmux && macOS

Make sure to enable "Applications in terminal may access clipboard" in iTerm 2 Preferences.

Also, install this:

brew install reattach-to-user-namespace --with-wrap-pbcopy-and-pbpaste

Tmux && Linux

Make sure you have xsel or xclip installed.

Then, install this plugin:
https://github.com/tmux-plugins/tmux-yank

Powerline fonts

Install this:
https://github.com/powerline/fonts

Currently using 14pt Roboto Mono for Powerline.

Re-compiling YCM (YouCompleteMe)

cd ~/.vim/bundle/YouCompleteMe
./install.py  \
    --clang-completer \
    --go-completer
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].