Upgrade Live Image to bookworm
This commit is contained in:
parent
95c538ed3a
commit
365f1ac6ea
5 changed files with 86 additions and 20 deletions
30
modifier.sh
Normal file
30
modifier.sh
Normal file
|
@ -0,0 +1,30 @@
|
|||
#!/bin/bash↵
|
||||
|
||||
# Autostart Sway via Systemd↵
|
||||
#/bin/systemctl enable [.service]
|
||||
#/bin/systemctl start [.service]
|
||||
|
||||
# install bundle for vim
|
||||
#vim +PluginInstall +qall
|
||||
# clone repository for vundle
|
||||
#git clone https://github.com/VundleVim/Vundle.vim.git /home/user/.vim/bundle/vundle.vim
|
||||
|
||||
# install plugin YouCompleteMe
|
||||
#git clone https://github.com/ycm-core/YouCompleteMe.git /home/user/.vim/bundle/YouCompleteMe/
|
||||
|
||||
#/home/user/.vim/bundle/YouCompleteMe/install.py --clang-completer
|
||||
|
||||
# install plugin vim-fugitive
|
||||
#git clone https://tpope.io/vim/fugitive.git /home/user/.vim/pack/tpope/start/
|
||||
|
||||
# install plugin command-t
|
||||
#git clone git://git.wincent.com/command-t.git /home/user/.vim/ruby/command-t/
|
||||
|
||||
# install nerdtree
|
||||
curl -sS https://webi.sh/vim-nerdtree | sh
|
||||
|
||||
xrandr -s 1920x1080
|
||||
|
||||
#cd /home/user/.vim/bundle/command-t
|
||||
#rake make
|
||||
#vim +PluginInstall +qall
|
Loading…
Add table
Add a link
Reference in a new issue