10000 GitHub - evaporei/dotfiles: :memo: config files of some software I use
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

evaporei/dotfiles

Repository files navigation

dotfiles

Configuration files of some software I use.

Making neovim work

  1. Install packer;
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  1. Install plugins;
nvim ~/.config/nvim/lua/stuff/packer.lua
:so
:PackerSync

Next time you open nvim it will install the lsps and treesitter.

I'm not sure you need the following steps [3]-[5].

  1. Install pip;
sudo pacman -Sy python-pip
  1. Install neovim pip package;
sudo pip install neovim
  1. Install pynvim pip package.
sudo pip install pynvim

fish

Dependencies:

i3

Dependencies:

  • i3lockmore
  • xss-lock
  • feh
  • fcitx5 (japanese)
  • gnome-screenshot

日本語 🇯🇵

  • uncomment ja_JP.utf8 from /etc/locale.gen, then ofc run locale-gen
  • set locale: sudo localectl set-locale LANG=ja_JP.utf8
  • just undo terminal because it looks terrible: LANG=en_US.UTF-8 kitty

You should be good to go now, happy hacking! 👩‍💻

About

📝 config files of some software I use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0