mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Add Haleakala wallpaper ++
This commit is contained in:
parent
8ab0a4db59
commit
f38ab8609d
5 changed files with 19 additions and 17 deletions
|
|
@ -47,8 +47,8 @@ curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||||
pnpm env use --global lts
|
pnpm env use --global lts
|
||||||
|
|
||||||
# Install pyenv and Python
|
# Install pyenv and Python
|
||||||
pyenv install 3.12
|
pyenv install 3.11
|
||||||
pyenv global 3.12
|
pyenv global 3.11
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Set up fish shell, oh-my-fish and plugins
|
#### Set up fish shell, oh-my-fish and plugins
|
||||||
|
|
|
||||||
|
|
@ -1001,7 +1001,7 @@
|
||||||
<real>0.792156862745098</real>
|
<real>0.792156862745098</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Cursor Type</key>
|
<key>Cursor Type</key>
|
||||||
<integer>1</integer>
|
<integer>2</integer>
|
||||||
<key>Custom Command</key>
|
<key>Custom Command</key>
|
||||||
<string>No</string>
|
<string>No</string>
|
||||||
<key>Custom Directory</key>
|
<key>Custom Directory</key>
|
||||||
|
|
@ -1033,6 +1033,8 @@
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Idle Code</key>
|
<key>Idle Code</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
|
<key>Initial Use Transparency</key>
|
||||||
|
<false/>
|
||||||
<key>Jobs to Ignore</key>
|
<key>Jobs to Ignore</key>
|
||||||
<array>
|
<array>
|
||||||
<string>rlogin</string>
|
<string>rlogin</string>
|
||||||
|
|
@ -1401,7 +1403,7 @@
|
||||||
<key>Thin Strokes</key>
|
<key>Thin Strokes</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>Transparency</key>
|
<key>Transparency</key>
|
||||||
<integer>0</integer>
|
<real>0.0</real>
|
||||||
<key>Unlimited Scrollback</key>
|
<key>Unlimited Scrollback</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>Use Bold Font</key>
|
<key>Use Bold Font</key>
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ nnoremap <Up> :echoe "Use k"<CR>
|
||||||
nnoremap <Down> :echoe "Use j"<CR>
|
nnoremap <Down> :echoe "Use j"<CR>
|
||||||
|
|
||||||
" Fix terminal cursor after exiting
|
" Fix terminal cursor after exiting
|
||||||
au VimLeave * set guicursor=a:ver100
|
" au VimLeave * set guicursor=a:ver100
|
||||||
|
|
||||||
" Use Bash as shell for internal Vim commands (fish is slow)
|
" Use Bash as shell for internal Vim commands (fish is slow)
|
||||||
set shell=/bin/bash
|
set shell=/bin/bash
|
||||||
|
|
|
||||||
|
|
@ -1,27 +1,27 @@
|
||||||
{
|
{
|
||||||
"Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" },
|
"Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" },
|
||||||
"auto-session": { "branch": "main", "commit": "3eb26b949e1b90798e84926848551046e2eb0721" },
|
"auto-session": { "branch": "main", "commit": "51196ca66b38fc1660fdf50031cb0b31a199b7c9" },
|
||||||
"catppuccin": { "branch": "main", "commit": "40dc9f0621c55bd40da4ad0731fac44d15bb393a" },
|
"catppuccin": { "branch": "main", "commit": "c2e6f8e7eb8d0ebf55700c89bdf842809aeecf09" },
|
||||||
"coc.nvim": { "branch": "release", "commit": "7b9e1ef0a1399907c51d23b6080b94a5aba4a654" },
|
"coc.nvim": { "branch": "release", "commit": "7b9e1ef0a1399907c51d23b6080b94a5aba4a654" },
|
||||||
"code_runner.nvim": { "branch": "main", "commit": "01ce754d162170a3fcf372ad9f188a65c010f235" },
|
"code_runner.nvim": { "branch": "main", "commit": "0c701cae3265c79b4fdfd4b35a4f3d7c5986d46c" },
|
||||||
"copilot.vim": { "branch": "release", "commit": "309b3c803d1862d5e84c7c9c5749ae04010123b8" },
|
"copilot.vim": { "branch": "release", "commit": "22fd9542e3c47552abab5e685fefd760e4f405b2" },
|
||||||
"git-conflict.nvim": { "branch": "main", "commit": "80bc8931d4ed8c8c4d289a08e1838fcf4741408d" },
|
"git-conflict.nvim": { "branch": "main", "commit": "80bc8931d4ed8c8c4d289a08e1838fcf4741408d" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "af0f583cd35286dd6f0e3ed52622728703237e50" },
|
"gitsigns.nvim": { "branch": "main", "commit": "2c2463dbd82eddd7dbab881c3a62cfbfbe3c67ae" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "16603c6917435d8446f7357cb61095138a417085" },
|
"lazy.nvim": { "branch": "main", "commit": "aedcd79811d491b60d0a6577a9c1701063c2a609" },
|
||||||
"leap.nvim": { "branch": "main", "commit": "b6ae80f8fc9993638608fc1a51c6ab0eeb12618c" },
|
"leap.nvim": { "branch": "main", "commit": "14eda5bb233354933baa99b6d40bef3a40dbeaae" },
|
||||||
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
||||||
"neoscroll.nvim": { "branch": "master", "commit": "4bc0212e9f2a7bc7fe7a6bceb15b33e39f0f41fb" },
|
"neoscroll.nvim": { "branch": "master", "commit": "be4ebf855a52f71ca4338694a5696675d807eff9" },
|
||||||
"nvim-autopairs": { "branch": "master", "commit": "0f04d78619cce9a5af4f355968040f7d675854a1" },
|
"nvim-autopairs": { "branch": "master", "commit": "096d0baecc34f6c5d8a6dd25851e9d5ad338209b" },
|
||||||
"nvim-scrollbar": { "branch": "main", "commit": "35f99d559041c7c0eff3a41f9093581ceea534e8" },
|
"nvim-scrollbar": { "branch": "main", "commit": "35f99d559041c7c0eff3a41f9093581ceea534e8" },
|
||||||
"nvim-toggleterm.lua": { "branch": "main", "commit": "a5638b2206c3930a16a24e5c184dddd572f8cd34" },
|
"nvim-toggleterm.lua": { "branch": "main", "commit": "a5638b2206c3930a16a24e5c184dddd572f8cd34" },
|
||||||
"nvim-tree.lua": { "branch": "master", "commit": "e14989c0eaa6f9c299d48f7e45ce1ed04b21180f" },
|
"nvim-tree.lua": { "branch": "master", "commit": "e14989c0eaa6f9c299d48f7e45ce1ed04b21180f" },
|
||||||
"nvim-web-devicons": { "branch": "master", "commit": "5de460ca7595806044eced31e3c36c159a493857" },
|
"nvim-web-devicons": { "branch": "master", "commit": "aaec87dbdaa776bfa0a13c8694bec9bcb7454719" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" },
|
"plenary.nvim": { "branch": "master", "commit": "4f71c0c4a196ceb656c824a70792f3df3ce6bb6d" },
|
||||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" },
|
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "7011eaae0ac1afe036e30c95cf80200b8dc3f21a" },
|
"telescope.nvim": { "branch": "master", "commit": "7011eaae0ac1afe036e30c95cf80200b8dc3f21a" },
|
||||||
"vim-astro": { "branch": "main", "commit": "9b4674ecfe1dd84b5fb9b4de1653975de6e8e2e1" },
|
"vim-astro": { "branch": "main", "commit": "9b4674ecfe1dd84b5fb9b4de1653975de6e8e2e1" },
|
||||||
"vim-polyglot": { "branch": "master", "commit": "bc8a81d3592dab86334f27d1d43c080ebf680d42" },
|
"vim-polyglot": { "branch": "master", "commit": "bc8a81d3592dab86334f27d1d43c080ebf680d42" },
|
||||||
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" },
|
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" },
|
||||||
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" },
|
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" },
|
||||||
"vim-visual-multi": { "branch": "master", "commit": "aec289a9fdabaa0ee6087d044d75b32e12084344" }
|
"vim-visual-multi": { "branch": "master", "commit": "e67f7fa011c98fc5426352d3bb06362a0f70af3c" }
|
||||||
}
|
}
|
||||||
BIN
wallpapers/haleakala.jpg
Normal file
BIN
wallpapers/haleakala.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
Loading…
Reference in a new issue