Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucascompython/dotfiles
Just my dotfiles
https://github.com/lucascompython/dotfiles
Last synced: about 1 month ago
JSON representation
Just my dotfiles
- Host: GitHub
- URL: https://github.com/lucascompython/dotfiles
- Owner: lucascompython
- Created: 2022-03-26T18:19:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T14:55:57.000Z (10 months ago)
- Last Synced: 2024-03-07T16:05:04.478Z (10 months ago)
- Language: Shell
- Size: 20.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Just my dotfiles
## Distro
Im on [Arco Linux](https://arcolinux.com) with [Awesomewm](https://awesomewm.org) with the Multicolor theme.
The awesomewm config is just a [ArcoLinux](https://github.com/arcolinux/arcolinux-awesome) config with some changes on [rc.lua](awesome/rc.lua).
## Editors
Neovim and Emacs. I use a customized version of [doom-nvim](https://github.com/doom-neovim/doom-nvim) for my Neovim config and a customized version of [doom-emacs](https://github.com/doomemacs/doomemacs) for my Emacs config.## Install
### Emacs
Install [doom-emacs](https://github.com/doomemacs/doomemacs#install) and then:
```bash
git clone https://lucascompython/dotfiles.git
cp -a ./dotfiles/emacs.d/. ~/.doom.d/
```### Neovim
Install [doom-nvim](https://github.com/doom-neovim/doom-nvim#install) and then:
```bash
mv ./dotfiles/config/nvim/lsp_init.lua ~/.config/nvim/lua/doom/modules/features/lsp/init.lua # for github copilot tab completions
cp -rf ./dotfiles/config/nvim/ ~/.config/nvim/
```