Updated script
This commit is contained in:
parent
9399c20b32
commit
c4a4a0a828
@ -54,7 +54,7 @@ vim.o.wrap = true
|
|||||||
|
|
||||||
vim.o.foldmethod = "expr"
|
vim.o.foldmethod = "expr"
|
||||||
vim.o.foldexpr = "nvim_treesitter#foldexpr()"
|
vim.o.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
vim.o.nofoldenable = true
|
-- vim.o.nofoldenable = true
|
||||||
vim.o.foldlevelstart = 99
|
vim.o.foldlevelstart = 99
|
||||||
|
|
||||||
-- show cursor line only in active window
|
-- show cursor line only in active window
|
||||||
|
|||||||
10
start.sh
10
start.sh
@ -1,8 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Start virtual here client in non-service mode
|
# Starting virtualhere client in non-service mode
|
||||||
sudo vhclientx86_64 &
|
echo "Starting virtualhere client in non-service mode"
|
||||||
vhclientx86_64 -t LIST
|
tmux new-window -n "VHC" sudo vhclientx86_64
|
||||||
tmux rename-window "BASH"
|
|
||||||
|
# Creating scratch window
|
||||||
|
tmux new-window -n "BASH"
|
||||||
|
|
||||||
# Check if the projects directory exists, if not create it
|
# Check if the projects directory exists, if not create it
|
||||||
if [ ! -d ~/projects ]; then
|
if [ ! -d ~/projects ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user