Skip to content

tobolikd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC BY 4.0

dotfiles

Deploy dotfiles (dependencies can be installed during deploy process)

git clone https://github.com/NobodySpy/dotfiles.git
cd dotfiles
./deploy.sh

Various dotfiles for fish, nvim, etc

Install commands and scripts use apt as package manager. Tested on Ubuntu, should be compatible with all Debian distros.

Inspired by:

Can be distributed freely under Creative Commons Attribution 4.0 International License

Requirements

git

sudo apt install git
sudo apt install gpg
sudo apt install meld

neovim

If you don't need newer version, install via package managaer

sudo apt install neovim

WARNING: some plugins require version 0.7.0. The package manager provides much lower version (0.4.x) You can build it

git clone https://github.com/neovim/neovim
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
git checkout stable
sudo make install

...or try other methods listed here

git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Run :PackerSync in nvim to dowload all plugins

Other tools are required by the plugins like git, curl, ...

For lsp servers you need to have lts version of nodejs

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs

Keyboard layout

cp custom /usr/share/X11/xkb/symbols/

TODO

Add install script for auto symlink

CC BY 4.0

About

Dotfiles for fish, nvim, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors