update: hypr&neovim improvements, yazi plugins, waybar tweaking before bigger update
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
bash_cfg_path=~/.config/bash
|
||||
|
||||
touch ~/.inputrc
|
||||
touch ~/.bash_profile
|
||||
touch ~/.bashrc
|
||||
touch ~/.bash_aliases
|
||||
touch ~/.bash_private
|
||||
touch ~/.bash_exports
|
||||
|
||||
mkdir -p "$bash_cfg_path"
|
||||
ln -s ~/.inputrc "$bash_cfg_path/inputrc"
|
||||
ln -s ~/.bash_profile "$bash_cfg_path/bash_profile"
|
||||
ln -s ~/.bashrc "$bash_cfg_path/bashrc"
|
||||
ln -s ~/.bash_aliases "$bash_cfg_path/bash_aliases"
|
||||
ln -s ~/.bash_private "$bash_cfg_path/bash_private"
|
||||
ln -s ~/.bash_exports "$bash_cfg_path/bash_exports"
|
||||
Reference in New Issue
Block a user