install.sh updates

This commit is contained in:
Kulvir Singh
2024-10-18 01:23:59 +05:30
parent d8f71093bd
commit d0093d675f
6 changed files with 25 additions and 58 deletions

View File

@@ -8,11 +8,9 @@ font_size 14.0
cursor_shape beam cursor_shape beam
background_opacity 0.95 background_opacity 0.95
background_blur 10 background_blur 12
enable_audio_bell no enable_audio_bell no
# draw_minimal_borders no
hide_window_decorations yes hide_window_decorations yes
# tab bar at bottom # tab bar at bottom
@@ -31,7 +29,6 @@ shell_integration enabled
map kitty_mod+enter no_op map kitty_mod+enter no_op
map cmd+enter no_op map cmd+enter no_op
# Jump to tabs # Jump to tabs
map cmd+1 goto_tab 1 map cmd+1 goto_tab 1
map cmd+2 goto_tab 2 map cmd+2 goto_tab 2

View File

@@ -12,7 +12,7 @@
"friendly-snippets": { "branch": "main", "commit": "dd2fd1281d4b22e7b4a5bfafa3e142d958e251f2" }, "friendly-snippets": { "branch": "main", "commit": "dd2fd1281d4b22e7b4a5bfafa3e142d958e251f2" },
"gitsigns.nvim": { "branch": "main", "commit": "805610a9393fa231f2c2b49cb521bfa413fadb3d" }, "gitsigns.nvim": { "branch": "main", "commit": "805610a9393fa231f2c2b49cb521bfa413fadb3d" },
"indent-blankline.nvim": { "branch": "master", "commit": "ece00d5fb44d196680a81fd2761062d2fa44663b" }, "indent-blankline.nvim": { "branch": "master", "commit": "ece00d5fb44d196680a81fd2761062d2fa44663b" },
"lazy.nvim": { "branch": "main", "commit": "c501b429cf995c645454539b924aaefae45bb9eb" }, "lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" },
"lspkind.nvim": { "branch": "master", "commit": "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf" }, "lspkind.nvim": { "branch": "master", "commit": "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "a4caa0d083aab56f6cd5acf2d42331b74614a585" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "a4caa0d083aab56f6cd5acf2d42331b74614a585" },
"mason-nvim-dap.nvim": { "branch": "main", "commit": "67210c0e775adec55de9826b038e8b62de554afc" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "67210c0e775adec55de9826b038e8b62de554afc" },
@@ -37,8 +37,8 @@
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" },
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" }, "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
"telescope.nvim": { "branch": "0.1.x", "commit": "d829aa64059001ee7b2c8c8aa9c4e6df0b17d893" }, "telescope.nvim": { "branch": "0.1.x", "commit": "d829aa64059001ee7b2c8c8aa9c4e6df0b17d893" },
"todo-comments.nvim": { "branch": "main", "commit": "a7e39ae9e74f2c8c6dc4eea6d40c3971ae84752d" }, "todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
"vim-dadbod": { "branch": "master", "commit": "37523ffe0849b51db07fa7f48430c2aca5420a0e" }, "vim-dadbod": { "branch": "master", "commit": "37523ffe0849b51db07fa7f48430c2aca5420a0e" },
"vim-dadbod-completion": { "branch": "master", "commit": "5d5ad196fcde223509d7dabbade0148f7884c5e3" }, "vim-dadbod-completion": { "branch": "master", "commit": "5d5ad196fcde223509d7dabbade0148f7884c5e3" },
"vim-dadbod-ui": { "branch": "master", "commit": "49dabb8717a43d757faaa0ceaadc8ee060709422" } "vim-dadbod-ui": { "branch": "master", "commit": "49dabb8717a43d757faaa0ceaadc8ee060709422" }
} }

View File

@@ -51,7 +51,9 @@ return {
}, },
}, },
pyright = {}, pyright = {},
ts_ls = {}, tsserver = {},
-- ◍ typescript-language-server tsserver
tailwindcss = { tailwindcss = {
filetypes = { "html", "css", "typescript", "typescriptreact" }, filetypes = { "html", "css", "typescript", "typescriptreact" },
}, },

View File

@@ -19,11 +19,11 @@ local config = {
} }
-- uncomment this if not using with some wm -- uncomment this if not using with some wm
local mux = wezterm.mux -- local mux = wezterm.mux
--
wezterm.on("gui-startup", function() -- wezterm.on("gui-startup", function()
local _, _, window = mux.spawn_window({}) -- local _, _, window = mux.spawn_window({})
window:gui_window():maximize() -- window:gui_window():maximize()
end) -- end)
return config return config

View File

@@ -1,30 +0,0 @@
tap "homebrew/bundle"
tap "oven-sh/bun"
brew "btop"
brew "fastfetch"
brew "figlet"
brew "git"
brew "go"
brew "lsd"
brew "neovim"
brew "node"
brew "pnpm"
brew "ripgrep"
brew "starship"
brew "stow"
brew "tmux"
brew "zoxide"
brew "zsh-syntax-highlighting"
brew "oven-sh/bun/bun"
cask "discord"
cask "docker"
cask "font-meslo-lg-nerd-font"
cask "google-chrome"
cask "httpie"
cask "keka"
cask "kitty"
cask "obsidian"
cask "raycast"
cask "spotify"
cask "telegram"
cask "wezterm"

View File

@@ -1,7 +1,10 @@
#!bin/zsh #!/bin/zsh
# ---- Terminal ---- # ---- Terminal ----
echo "Installing your Teminal and other thingies..." echo "Installing your Teminal and other thingies..."
brew install fastfetch
brew install font-meslo-lg-nerd-font
brew install fzf
brew install git brew install git
brew install kitty brew install kitty
brew install lsd brew install lsd
@@ -10,7 +13,6 @@ brew install ripgrep
brew install starship brew install starship
brew install stow brew install stow
brew install tmux brew install tmux
brew install wezterm
brew install zoxide brew install zoxide
brew install zsh-syntax-highlighting brew install zsh-syntax-highlighting
@@ -20,17 +22,13 @@ stow .
echo "Sourcing zsh config It should work now atleast" echo "Sourcing zsh config It should work now atleast"
source ~/.zshrc source ~/.zshrc
echo "Installing tmux package manager...." # ---- Maybe sometimes idk ----
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm # brew install btop
# brew install oven-sh/bun/bun
# ---- Essentials ---- # brew install go
brew install btop # brew install node
brew install oven-sh/bun/bun # brew install pnpm
brew install fastfetch # brew install wezterm
brew install font-meslo-lg-nerd-font
brew install go
brew install node
brew install pnpm
# ---- Applications ---- # ---- Applications ----
echo "Installing the Applications..." echo "Installing the Applications..."
@@ -38,7 +36,7 @@ brew install --cask discord
brew install --cask docker brew install --cask docker
brew install --cask google-chrome brew install --cask google-chrome
brew install --cask httpie brew install --cask httpie
brew install --cask keka # brew install --cask keka
brew install --cask obsidian brew install --cask obsidian
brew install --cask raycast brew install --cask raycast
brew install --cask spotify brew install --cask spotify