nkrkv / dotfiles

My Linux .files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles

Managed by GNU Stow. To setup on a new system:

$ yay -S stow
$ git clone git@github.com:nkrkv/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles

$ stow zsh
$ stow nvim
# etc ...

ZSH

The shell & plugins manager:

$ yay -S zsh antigen-git

Terminal fonts:

$ yay -S powerline-fonts awesome-terminal-fonts

Herbstluft WM

$ yay -S i3lock gnome-do amixer-utils feh

BSPWM

$ yay -S bspwm-git sxhkd compton i3lock amixer-utils ulauncher

NVim

Viable Neovim GTK client

This one! https://github.com/daa84/neovim-gtk

$ yay -S neovim-gtk-git
$ nvim-gtk

Language Server/Client

Neovim as a language client requires:

$ yay -S python-neovim python2-neovim
$ npm install -g neovim

ReasonML language server: yay -S reason-language-server

About

My Linux .files


Languages

Language:Vim Script 54.8%Language:Shell 44.2%Language:Vim Snippet 1.0%