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"
|
||||
#+end_src
|
||||
** Git
|
||||
- TODO: re-evaliate merge conflictstyle
|
||||
- TODO: re-evaluate merge conflictstyle
|
||||
#+begin_src ini :tangle ~/.gitconfig
|
||||
[user]
|
||||
name = Ian Keane
|
||||
|
|
@ -131,7 +131,7 @@ set-option -g window-status-format '#{window_name}'
|
|||
local wezterm = require 'wezterm'
|
||||
local config = {}
|
||||
|
||||
config.color_scheme = 'OceanicNext (base16)'
|
||||
config.color_scheme = 'OceanicNext (base16_transparent)'
|
||||
config.font = wezterm.font 'Deja Vu Sans Mono'
|
||||
config.font_size = 20
|
||||
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
|
||||
theme = "base16_default"
|
||||
#+end_src
|
||||
#+begin_src toml :tangle ~/.config/helix/languages.toml
|
||||
[[language]]
|
||||
name = "lua"
|
||||
formatter = { command = "stylua", args = [ "-" ] }
|
||||
#+end_src
|
||||
|
||||
|
||||
** Emacs Pinentry
|
||||
#+begin_src txt :tangle ~/.gnupg/gpg-agent.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue