Updated scripts
This commit is contained in:
parent
fd66009be4
commit
a480143060
@ -235,6 +235,7 @@ require("lazy").setup({
|
|||||||
json = { "prettier" },
|
json = { "prettier" },
|
||||||
yaml = { "prettier" },
|
yaml = { "prettier" },
|
||||||
markdown = { "prettier" },
|
markdown = { "prettier" },
|
||||||
|
sh = { "shfmt" },
|
||||||
},
|
},
|
||||||
formatters = {
|
formatters = {
|
||||||
clang_format = {
|
clang_format = {
|
||||||
|
|||||||
@ -172,7 +172,6 @@ rustup default stable
|
|||||||
ln -sf ~/linuxbox/bashrc_arch ~/.bashrc
|
ln -sf ~/linuxbox/bashrc_arch ~/.bashrc
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
ln -sf ~/linuxbox/update_wrapper.sh ~/.local/bin/update
|
ln -sf ~/linuxbox/update_wrapper.sh ~/.local/bin/update
|
||||||
ln -sf ~/linuxbox/start_nvim.sh ~/.local/bin/start_nvim
|
|
||||||
sudo localectl set-locale LANG=en_US.UTF-8
|
sudo localectl set-locale LANG=en_US.UTF-8
|
||||||
|
|
||||||
# Install hyprland
|
# Install hyprland
|
||||||
@ -258,6 +257,7 @@ if [ "${ROLES[TERMINAL]}" == "yes" ]; then
|
|||||||
ln -sf ~/linuxbox/config/nvim/init.lua ~/.config/nvim/init.lua
|
ln -sf ~/linuxbox/config/nvim/init.lua ~/.config/nvim/init.lua
|
||||||
ln -sf ~/linuxbox/config/alacritty/alacritty.toml ~/.config/alacritty/alacritty.toml
|
ln -sf ~/linuxbox/config/alacritty/alacritty.toml ~/.config/alacritty/alacritty.toml
|
||||||
ln -sf ~/linuxbox/config/lazygit/config.yml ~/.config/lazygit/config.yml
|
ln -sf ~/linuxbox/config/lazygit/config.yml ~/.config/lazygit/config.yml
|
||||||
|
ln -sf ~/linuxbox/start_nvim.sh ~/.local/bin/start_nvim
|
||||||
|
|
||||||
if [ -d ~/.local/share/nvim/lazy ]; then
|
if [ -d ~/.local/share/nvim/lazy ]; then
|
||||||
nvim --headless "+Lazy! sync" +qa
|
nvim --headless "+Lazy! sync" +qa
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user