Folder Structure Application Theming Keybinds Notes Details Shell: ZSH WM: awesome Theme: Qogir Dark Icons: Tela Dark Cursor: xCursor Breeze Light Terminal: Alacritty Features Super lightweight Easy installation / configuration Very few dependencies ...
git clone https://github.com/evanthegrayt/cdc.git$ZSH_CUSTOM/plugins/cdc Then add the plugin to your$HOME/.zshrcfile in thepluginsarray: plugins=(cdc)#Obviously, leave your other plugins in the array. bash-it Clone the repository in your$BASH_IT_CUSTOMdirectory ...
To enable NFS, you only need to add a simple flag to your synced folder configuration:folders: - map: ~/code/project1 to: /home/vagrant/project1 type: "nfs"When using NFS on Windows, you should consider installing the vagrant-winnfsd plug-in. This plug-in will maintain the correct ...
- ohmyzsh: true - openresty: true - pm2: true - python: true - rabbitmq: true - solr: true - webdriver: trueMariaDBEnabling MariaDB will remove MySQL and install MariaDB. MariaDB serves as a drop-in replacement for MySQL, so you should still use the mysql database driver in your ...
My html/htm files link to other html/htm files in the same folder or in a subfolder…will these links break if the files are renamed to aspx? If the underlying rename is done using the MoveTo API call then most of the relative links inside the html file are automatically fixed to be...
The only knowledge basis for this approach was the information already available regarding the bash command analysis. The first attempt was to find timestamp strings that are prefixed with a hashtag. Zsh does not however seem to store timestamps in the same way as bash. The next step was ...
Remove the native rails test folder: 1 rm -r test/ We use factories over fixtures. Remove this line from rails_helper.rb 1 config.fixture_path = "#{::Rails.root}/spec/fixtures" and modify this line to: 1 config.use_transactional_fixtures = false # instead of true This is for preve...
You now have a.gitignorefile next to yourhello_terminal.pyfile, yourvenv/folder, and the.git/folder. To check if Git ignores thevenv/folder, rungit statusagain: Shell $gitstatusOn branch mainNo commits yetUntracked files:(use "git add <file>..." to include in what will be committed)...
On macOS the filesystem is not case sensitive by default, so you can’t have a file/folder named test and another called Test. They are the same thing.I am now going to introduce the various utility commands. Those are executed in the context of a shell, like Bash, Fish or Zsh. ...
:small_orange_diamond: powerlevel10k - is a fast reimplementation of Powerlevel9k ZSH theme. ▪️ Shell plugins :small_orange_diamond: z - tracks the folder you use the most and allow you to jump, without having to type the whole path. :small_orange_diamond: fzf - is a general-pur...