]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: update colorscheme to unokai
authorAlexander Goussas <[email protected]>
Sun, 18 May 2025 21:12:01 +0000 (16:12 -0500)
committerAlexander Goussas <[email protected]>
Sun, 18 May 2025 21:12:01 +0000 (16:12 -0500)
nvim/.config/nvim/init.lua
zsh/.zshrc

index c5f42864b6148b9af6e943cea419cf4345b1f974..aa4745599614f2aa7f1c38e32d04b9d90ee24ac2 100644 (file)
@@ -16,6 +16,7 @@ vim.o.expandtab = true
 -- Statusline
 vim.o.laststatus = 0
 vim.o.termguicolors = true
+vim.cmd('colorscheme unokai')
 
 -- Netrw
 vim.g.loaded_netrw = 1
@@ -75,12 +76,6 @@ require("lazy").setup({
         })
       end
     },
-    {
-      'lunacookies/vim-colors-xcode',
-      config = function()
-        vim.cmd [[colorscheme xcodedarkhc]]
-      end
-    },
     {
       'nvim-treesitter/nvim-treesitter',
       dependencies = {
index 569bb961f3f174562cf724c9ec548d2b2e3cdb46..d86295f7a4376bdc35a9029a671b332b5d981d08 100644 (file)
@@ -26,3 +26,9 @@ export NVM_DIR="$HOME/.nvm"
 export ANDROID_HOME="$HOME"/Library/Android/sdk
 export PATH=$ANDROID_HOME/platform-tools:$PATH
 export PATH=$ANDROID_HOME/tools:$PATH
+
+# The next line updates PATH for the Google Cloud SDK.
+if [ -f '/Users/aloussase/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/aloussase/Downloads/google-cloud-sdk/path.zsh.inc'; fi
+
+# The next line enables shell command completion for gcloud.
+if [ -f '/Users/aloussase/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/aloussase/Downloads/google-cloud-sdk/completion.zsh.inc'; fi