Skip to content

lucascompython/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Just my dotfiles

Distro

Im on Arco Linux with Awesomewm with the Multicolor theme.

The awesomewm config is just a ArcoLinux config with some changes on rc.lua.

Editors

Neovim and Emacs. I use a customized version of doom-nvim for my Neovim config and a customized version of doom-emacs for my Emacs config.

Install

Emacs

Install doom-emacs and then:

git clone https://lucascompython/dotfiles.git
cp -a ./dotfiles/emacs.d/. ~/.doom.d/

Neovim

Install doom-nvim and then:

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/