Quick commit to prepare for the goosening
This commit is contained in:
parent
e9720582d8
commit
b3c27c72aa
2 changed files with 9 additions and 2 deletions
10
dotfiles.org
10
dotfiles.org
|
|
@ -22,7 +22,7 @@ This file contains all configurations across all my machines. Well, most of them
|
||||||
export PATH="/usr/local/bin:$PATH"
|
export PATH="/usr/local/bin:$PATH"
|
||||||
#+end_src
|
#+end_src
|
||||||
** Git
|
** Git
|
||||||
- TODO: re-evaliate merge conflictstyle
|
- TODO: re-evaluate merge conflictstyle
|
||||||
#+begin_src ini :tangle ~/.gitconfig
|
#+begin_src ini :tangle ~/.gitconfig
|
||||||
[user]
|
[user]
|
||||||
name = Ian Keane
|
name = Ian Keane
|
||||||
|
|
@ -131,7 +131,7 @@ set-option -g window-status-format '#{window_name}'
|
||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
config.color_scheme = 'OceanicNext (base16)'
|
config.color_scheme = 'OceanicNext (base16_transparent)'
|
||||||
config.font = wezterm.font 'Deja Vu Sans Mono'
|
config.font = wezterm.font 'Deja Vu Sans Mono'
|
||||||
config.font_size = 20
|
config.font_size = 20
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
@ -154,6 +154,12 @@ set-option -g window-status-format '#{window_name}'
|
||||||
#+begin_src toml :tangle ~/.config/helix/config.toml
|
#+begin_src toml :tangle ~/.config/helix/config.toml
|
||||||
theme = "base16_default"
|
theme = "base16_default"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
#+begin_src toml :tangle ~/.config/helix/languages.toml
|
||||||
|
[[language]]
|
||||||
|
name = "lua"
|
||||||
|
formatter = { command = "stylua", args = [ "-" ] }
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
** Emacs Pinentry
|
** Emacs Pinentry
|
||||||
#+begin_src txt :tangle ~/.gnupg/gpg-agent.conf
|
#+begin_src txt :tangle ~/.gnupg/gpg-agent.conf
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ I don't really remember how this works, but it will be more
|
||||||
comfortable to manage as a tangle file than it was as a massive
|
comfortable to manage as a tangle file than it was as a massive
|
||||||
directory. I need to come back and make this work once everything else
|
directory. I need to come back and make this work once everything else
|
||||||
is troubleshot for nix
|
is troubleshot for nix
|
||||||
|
#+TOC: headlines 2
|
||||||
|
|
||||||
* .config
|
* .config
|
||||||
** config.toml
|
** config.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue