install.sh updates
This commit is contained in:
@@ -8,11 +8,9 @@ font_size 14.0
|
||||
cursor_shape beam
|
||||
|
||||
background_opacity 0.95
|
||||
background_blur 10
|
||||
|
||||
background_blur 12
|
||||
|
||||
enable_audio_bell no
|
||||
# draw_minimal_borders no
|
||||
hide_window_decorations yes
|
||||
|
||||
# tab bar at bottom
|
||||
@@ -31,7 +29,6 @@ shell_integration enabled
|
||||
map kitty_mod+enter no_op
|
||||
map cmd+enter no_op
|
||||
|
||||
|
||||
# Jump to tabs
|
||||
map cmd+1 goto_tab 1
|
||||
map cmd+2 goto_tab 2
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"friendly-snippets": { "branch": "main", "commit": "dd2fd1281d4b22e7b4a5bfafa3e142d958e251f2" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "805610a9393fa231f2c2b49cb521bfa413fadb3d" },
|
||||
"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" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "a4caa0d083aab56f6cd5acf2d42331b74614a585" },
|
||||
"mason-nvim-dap.nvim": { "branch": "main", "commit": "67210c0e775adec55de9826b038e8b62de554afc" },
|
||||
@@ -37,8 +37,8 @@
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
"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-completion": { "branch": "master", "commit": "5d5ad196fcde223509d7dabbade0148f7884c5e3" },
|
||||
"vim-dadbod-ui": { "branch": "master", "commit": "49dabb8717a43d757faaa0ceaadc8ee060709422" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,7 +51,9 @@ return {
|
||||
},
|
||||
},
|
||||
pyright = {},
|
||||
ts_ls = {},
|
||||
tsserver = {},
|
||||
|
||||
-- ◍ typescript-language-server tsserver
|
||||
tailwindcss = {
|
||||
filetypes = { "html", "css", "typescript", "typescriptreact" },
|
||||
},
|
||||
|
||||
@@ -19,11 +19,11 @@ local config = {
|
||||
}
|
||||
|
||||
-- uncomment this if not using with some wm
|
||||
local mux = wezterm.mux
|
||||
|
||||
wezterm.on("gui-startup", function()
|
||||
local _, _, window = mux.spawn_window({})
|
||||
window:gui_window():maximize()
|
||||
end)
|
||||
-- local mux = wezterm.mux
|
||||
--
|
||||
-- wezterm.on("gui-startup", function()
|
||||
-- local _, _, window = mux.spawn_window({})
|
||||
-- window:gui_window():maximize()
|
||||
-- end)
|
||||
|
||||
return config
|
||||
|
||||
30
Brewfile
30
Brewfile
@@ -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"
|
||||
26
install.sh
26
install.sh
@@ -1,7 +1,10 @@
|
||||
#!bin/zsh
|
||||
#!/bin/zsh
|
||||
|
||||
# ---- Terminal ----
|
||||
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 kitty
|
||||
brew install lsd
|
||||
@@ -10,7 +13,6 @@ brew install ripgrep
|
||||
brew install starship
|
||||
brew install stow
|
||||
brew install tmux
|
||||
brew install wezterm
|
||||
brew install zoxide
|
||||
brew install zsh-syntax-highlighting
|
||||
|
||||
@@ -20,17 +22,13 @@ stow .
|
||||
echo "Sourcing zsh config It should work now atleast"
|
||||
source ~/.zshrc
|
||||
|
||||
echo "Installing tmux package manager...."
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||
|
||||
# ---- Essentials ----
|
||||
brew install btop
|
||||
brew install oven-sh/bun/bun
|
||||
brew install fastfetch
|
||||
brew install font-meslo-lg-nerd-font
|
||||
brew install go
|
||||
brew install node
|
||||
brew install pnpm
|
||||
# ---- Maybe sometimes idk ----
|
||||
# brew install btop
|
||||
# brew install oven-sh/bun/bun
|
||||
# brew install go
|
||||
# brew install node
|
||||
# brew install pnpm
|
||||
# brew install wezterm
|
||||
|
||||
# ---- Applications ----
|
||||
echo "Installing the Applications..."
|
||||
@@ -38,7 +36,7 @@ brew install --cask discord
|
||||
brew install --cask docker
|
||||
brew install --cask google-chrome
|
||||
brew install --cask httpie
|
||||
brew install --cask keka
|
||||
# brew install --cask keka
|
||||
brew install --cask obsidian
|
||||
brew install --cask raycast
|
||||
brew install --cask spotify
|
||||
|
||||
Reference in New Issue
Block a user