Skip to content

Instantly share code, notes, and snippets.

View SofijaErkin's full-sized avatar
🎯
Focusing

Vittore Marcas SofijaErkin

🎯
Focusing
View GitHub Profile
@SofijaErkin
SofijaErkin / manually_install_zsh_ohmyzsh.md
Created May 3, 2022 12:57
manually install zsh and oh-my-zsh

Manually Install ZSH And Oh-My-Zsh

Update April 23 EST PM 9:22

On Debian11 Notices:

1.Checkout the current SHELL: "echo $SHELL".

2.Choose the current SHELL to root:

@SofijaErkin
SofijaErkin / manually_install_vundle_on_mac_or_linux.md
Last active June 19, 2022 06:48
manually install vundle on mac or linux
@SofijaErkin
SofijaErkin / fold_indent_vim.md
Created May 7, 2022 11:42
macOS/Linux folding by indent for vim

VIM Manually Folding by indent

Folding by indent is an in-build function of VIM. Also, see folding.

Now, we talk about indent folding method. Just for me as a freshman.

Setting foldmethod option:

:set foldmethod=indent
@SofijaErkin
SofijaErkin / goto_define_for_vim.md
Last active May 8, 2022 04:32
goTo definition using youcompleteme, ctags, taglist for VIM on macOS/Linux
@SofijaErkin
SofijaErkin / ctags_and_taglist_for_vim_on_mac_or_linux.md
Last active July 3, 2023 10:41
ctags and taglist for vim on mac/debian

MacOS/Linux install Ctags and Taglist for VIM

(Debian 11)Debian's default ctags is that ctags (GNU Emacs 27.1).

(MacOS10.12.6->upgrade_to->MacOS12.3.1)macOS's default ctags is the Unix ctags utility that is under

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags.

The taglist plugin will not work with the GNU ctags or the Unix ctags utility.

@SofijaErkin
SofijaErkin / manually_install_vim_on_mac_support_python3.md
Last active July 14, 2025 15:22
install vim supporting python3 on mac

Mac Manually install VIM with supporting Python3

I include this answer to "Way 0" and "Way 1" and "Way 2".

Way 0

1.run the below on terminal

brew reinstall python3

Mac Sync Terminal Configuration .vimrc

This is to sync ~/.vimrc for terminal configuration on Mac.

@SofijaErkin
SofijaErkin / .mac_zshrc_sync.md
Created May 10, 2022 04:49
mac sync terminal configuration .zshrc

Mac Sync Terminal Configuration .zshrc

This is to sync terminal configuration ~/.zshrc on Mac.

@SofijaErkin
SofijaErkin / .mac_download_ycm_config.md
Created May 10, 2022 10:48
mac download ycm config file via vundle with Syncing

MacOS Download YouCompleteMe Config file

This is to sync downloaded .ycm_extra_conf.py on macOS

@SofijaErkin
SofijaErkin / .debian_download_ycm_config_file_sync.md
Created May 10, 2022 11:27
sync the downloaded youcompleteme configuration file on debina

Debian(Linux) Downloaded YouCOmpleteMe Config file with Syncing

This is to sync the .ycm_extra_conf.py where debian download via Vundle.