-
Move proprietary commands from
$HOME/.bashrcto$HOME/.bashrc_proprietary. -
Copy this file into
$HOME, replacing the existing.bashrc. -
Link rc files into
$HOME:cd $HOME ln -s $HOME/code/bash-env/{.bashrc_cross-system,.i3,.ideavimrc,.inputrc,.mongorc.js,.tmux.conf,.vim,.vimrc} . mkdir -p $HOME/.config/Cursor/User ln -s $HOME/code/bash-env/cursor-keybindings.json $HOME/.config/Cursor/User/keybindings.json
-
Download bash git completion file:
cd $HOME curl -o .git-completion.bash https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
-
Follow instructions to enable "Tapping Enabled" for the touchpad device in libinput.
Follow the instructions to configure via Xorg configuration file. XOrg logs are likely in
$HOME/.local/share/xorg/Xorg.0.log.Note: If needed
xinputis likely already installed and configured, so try that before trying to install libinput or other tools. -
If on Ubuntu:
- Install desired prereqs as specified in the i3 config file.
-
If on mac:
- Install Homebrew if not already installed.
- Install Aerospace via Homebrew
brew install --cask nikitabobko/tap/aerospace
- Link Aerospace config
cd $HOME ln -s $HOME/code/bash-env/.aerospace.toml .aerospace.toml
lohengrin332/bash-environment
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|