Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evaporei/dotfiles
:memo: config files of some software I use
https://github.com/evaporei/dotfiles
Last synced: 15 days ago
JSON representation
:memo: config files of some software I use
- Host: GitHub
- URL: https://github.com/evaporei/dotfiles
- Owner: evaporei
- Created: 2017-11-08T17:09:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T21:18:05.000Z (7 months ago)
- Last Synced: 2024-10-10T20:19:54.342Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 5.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Configuration files of some software I use.
## Making `neovim` work
1. Install [packer](https://github.com/wbthomason/packer.nvim);
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```2. Install plugins;
```bash
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].
3. Install `pip`;
```bash
sudo pacman -Sy python-pip
```4. Install `neovim` `pip` package;
```bash
sudo pip install neovim
```5. Install `pynvim` `pip` package.
```bash
sudo pip install pynvim
```## fish
Dependencies:
- https://github.com/joshuarli/vape (`cargo install vape`)
## i3
Dependencies:
- i3lockmore
- xss-lock
- feh
- fcitx5 (japanese)
- gnome-screenshot## 日本語 :jp:
- 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! :woman_technologist: