Advertisement
gur111

Bash History Be Like

Jan 1st, 2021
1,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.77 KB | None | 0 0
  1. > wc -l ~/.bash_history
  2. 61 /home/gur/.bash_history
  3. > cat ~/.bash_history  
  4. cd Documents
  5. mkdir git
  6. cd git
  7. git clone https://github.com/gur111/utils.git
  8. sudo apt insatll git
  9. sudo apt install git
  10. git clone https://github.com/gur111/utils.git
  11. cd utils/
  12. pwd
  13. ll
  14. chmod +x */*.sh
  15. ./setup/basic_ubuntu_setup.sh
  16. ./setup/setup_clipboard_manager.sh
  17. ./setup/basic_ubuntu_setup.sh
  18. nano setup/basic_ubuntu_setup.sh
  19. sed -i -- 's/history_key=<Ctrl><Alt>H/history_key=<Ctrl>Escape/g' ~/.config/parcellite/parcelliterc
  20. cd .config/
  21. ll
  22. cd parcellite/
  23. ll
  24. sudo snap install code --classic
  25. sudo -i
  26. cd ../../Documents/git/utils/
  27. cd setup/
  28. sudo snap install code --classic
  29. wget https://www.scootersoftware.com/bcompare-4.3.4.24657_amd64.deb
  30. sudo dpkg -i bcompare-4.3.4.24657_amd64.deb
  31. rm bcompare-4.3.4.24657_amd64.deb
  32. git config --global diff.tool bc3
  33. git config --global merge.tool bc3
  34. # Setup i3
  35. ../i3-config/setup.sh
  36. # Setup zsh
  37. ../zsh/setup.sh
  38. cd ~/Downloads
  39. wget https://www.scootersoftware.com/bcompare-4.3.7.25118_amd64.deb
  40. sudo dpkg -i bcompare-4.3.7.25118_amd64.deb
  41. git config --global diff.tool bc3
  42. git config --global merge.tool bc3
  43. rm bcompare-4.3.7.25118_amd64.deb
  44. cd ../Documents/git/utils/
  45. ./i3-configs/setup.sh
  46. nano ./i3-configs/setup.sh
  47. ln -s ~/Documents/git/utils/i3-configs/config ~/.config/i3/config
  48. ln -s ~/.config/i3/config ~/Documents/git/utils/i3-configs/config
  49. mkdir -p  ~/.config/i3/
  50. ln -s ~/.config/i3/config ~/Documents/git/utils/i3-configs/config
  51. ln -s ~/Documents/git/utils/i3-configs/config ~/.config/i3/config
  52. nano ./i3-configs/setup.sh
  53. sed -i -- 's/%{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR/%{%k%F{$CURRENT_BG}%}\\n$SEGMENT_SEPARATOR/g' ~/.oh-my-zsh/themes/agnoster.zsh-theme
  54. nano ./zsh/setup.sh
  55. ./zsh/setup.sh
  56. rm ~/.zshrc
  57. ./zsh/setup.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement