Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxfist/configs
My development configurations for Linux and macOS
https://github.com/oxfist/configs
arch-linux archlinux fish linux macos neovim starship vim
Last synced: about 2 months ago
JSON representation
My development configurations for Linux and macOS
- Host: GitHub
- URL: https://github.com/oxfist/configs
- Owner: oxfist
- Created: 2012-07-28T02:35:00.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T19:43:39.000Z (3 months ago)
- Last Synced: 2024-11-13T20:31:56.961Z (3 months ago)
- Topics: arch-linux, archlinux, fish, linux, macos, neovim, starship, vim
- Language: Lua
- Homepage:
- Size: 751 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# âī¸ Configs
Development environment configurations.
## đ đ¸ Fish + Starship
### Set up
1. Copy `dotfiles/.config/fish` folder to `~/.config/`
2. Copy `dotfiles/.config/starship.toml` to `~/.config/`## ⨠Neovim
> âšī¸ Neovim v0.8 is required.
### Requirements
- `rxvt-unicode-truecolor` (Linux only)
- [`prettierd`](https://github.com/fsouza/prettierd)
- [`eslint_d`](https://github.com/mantoni/eslint_d.js)### đ Set up Neovim
1. Copy the `dotfiles/.config/nvim` folder to `~/.config/`
2. Install `packer` by running:```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.Neovim
```## đē Command-line Utilities
1. đĄ `nvm` â [wrapper via Fisher](https://github.com/jorgebucaran/nvm.fish)
2. [`zoxide`](https://github.com/ajeetdsouza/zoxide)
3. [`delta`](https://github.com/dandavison/delta)
4. [Starship](https://starship.rs/guide/#%F0%9F%9A%80-installation)
5. `đĄ rvm` â run `./installscripts/rvm.fish`## Install fonts
Code:
1. Source Code Pro with patched Nerd Fonts
2. [Monaco with patched Nerd Fonts](https://github.com/Karmenzind/monaco-nerd-fonts)
(for glyphs in `fish` and `nvim-tree`)Other serif and sans-serif fonts (Linux only):
1. Noto Sans (`noto-fonts`)
2. Adobe Source Han Sans (`adobe-source-han-sans-otc-fonts`)
3. Roboto (`ttf-roboto`)