dotfiles
dotfiles copied to clipboard
Hi, Since the last update after every boot it remove the history which is really annoying because commands that you mostly used can't be found anymore with CTRL+R so you...
Maybe you should run: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
cd .. until you reach a directory with a `.git` folder
I can't find uninstall instructions in the repository. @Parth
Some thoughts * Tab complete is broken on macOS. On linux, you are able to expand `cd d/s/p` `` to `cd documents/SAP/presentations`. Not the case in macOS. Might be due...
I'm trying to add a simple alias to allow me to reload the terminal like so: `alias reload="source ~/.zshrc"` This seems to work fine, and reloads the configuration, but when...
wrong: hi Cursor ... correct: hi CursorLine ...
The deploy script uses `command -v` to figure out if a particular dependency manager is present on the system. This perhaps isn't the best way to answer the question: "which...