all repos — dotfiles @ c00a824219a928e4c66dc5ad0b67abaef01dfc86

my *nix dotfiles

Wawa
Anirudh Oppiliappan x@icyphox.sh
Thu, 22 Jul 2021 09:40:43 +0530
commit

c00a824219a928e4c66dc5ad0b67abaef01dfc86

parent

a2d99f6e4e0f6250fabbbfbc48d208ec81f75424

3 files changed, 73 insertions(+), 16 deletions(-)

jump to
M config/nvim/ftplugin/markdown.vimconfig/nvim/ftplugin/markdown.vim

@@ -1,8 +1,3 @@

set tw=72 setlocal expandtab - -let g:vim_markdown_no_default_key_mappings=1 -let g:vim_markdown_toml_frontmatter=1 -let g:vim_markdown_yaml_frontmatter=1 -let g:vim_markdown_folding_disabled=1 -let g:vim_markdown_conceal=0 +set conceallevel=0
M config/nvim/init.luaconfig/nvim/init.lua

@@ -1,15 +1,16 @@

vim.cmd 'packadd paq-nvim' require 'paq-nvim' { - 'jiangmiao/auto-pairs'; - 'airblade/vim-gitgutter'; -{ 'vim/vim-colors-plain', url='https://git.peppe.rs' }; - 'tpope/vim-surround'; -{ 'vim/better-text-objs', url='https://git.peppe.rs' }; - 'wellle/targets.vim'; - 'tpope/vim-rsi'; - 'neovim/nvim-lspconfig'; - 'nvim-lua/completion-nvim'; - 'steelsojka/completion-buffers'; + 'hjson/vim-hjson'; + 'jiangmiao/auto-pairs'; + 'airblade/vim-gitgutter'; + { 'vim/vim-colors-plain', url='https://git.peppe.rs' }; + 'tpope/vim-surround'; + { 'vim/better-text-objs', url='https://git.peppe.rs' }; + 'wellle/targets.vim'; + 'tpope/vim-rsi'; + 'neovim/nvim-lspconfig'; + 'nvim-lua/completion-nvim'; + 'steelsojka/completion-buffers'; } require('settings')
M darwin/ssh/configdarwin/ssh/config

@@ -29,7 +29,68 @@ Hostname 152.67.160.174

User ubuntu IdentityFile ~/.ssh/id_rsa +Host lime + Hostname 152.67.177.194 + User opc + Host * ServerAliveInterval 180 ServerAliveCountMax 3 UseKeychain yes + +# Google Compute Engine Section +# +# The following has been auto-generated by "gcloud compute config-ssh" +# to make accessing your Google Compute Engine virtual machines easier. +# +# To remove this blob, run: +# +# gcloud compute config-ssh --remove +# +# You can also manually remove this blob by deleting everything from +# here until the comment that contains the string "End of Google Compute +# Engine Section". +# +# You should not hand-edit this section, unless you are deleting it. +# +Host rainmaker.asia-south1-c.deepsource-production + HostName 35.200.252.172 + IdentityFile /Users/icy/.ssh/google_compute_engine + UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts + HostKeyAlias=compute.5954000129691123210 + IdentitiesOnly=yes + CheckHostIP=no + +Host enterprise.us-central1-a.deepsource-dev + HostName 34.133.47.102 + IdentityFile /Users/icy/.ssh/google_compute_engine + UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts + HostKeyAlias=compute.8990686955516053281 + IdentitiesOnly=yes + CheckHostIP=no + +Host github-enterprise.us-central1-a.deepsource-dev + HostName 34.68.126.151 + IdentityFile /Users/icy/.ssh/google_compute_engine + UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts + HostKeyAlias=compute.4321125097424335631 + IdentitiesOnly=yes + CheckHostIP=no + +Host openvpn.us-central1-a.deepsource-dev + HostName 35.232.236.7 + IdentityFile /Users/icy/.ssh/google_compute_engine + UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts + HostKeyAlias=compute.6341485822375164417 + IdentitiesOnly=yes + CheckHostIP=no + +Host tailscale.asia-south1-c.deepsource-dev + HostName 35.244.13.133 + IdentityFile /Users/icy/.ssh/google_compute_engine + UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts + HostKeyAlias=compute.4702344397461811265 + IdentitiesOnly=yes + CheckHostIP=no + +# End of Google Compute Engine Section