Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > wc -l ~/.bash_history
- 61 /home/gur/.bash_history
- > cat ~/.bash_history
- cd Documents
- mkdir git
- cd git
- git clone https://github.com/gur111/utils.git
- sudo apt insatll git
- sudo apt install git
- git clone https://github.com/gur111/utils.git
- cd utils/
- pwd
- ll
- chmod +x */*.sh
- ./setup/basic_ubuntu_setup.sh
- ./setup/setup_clipboard_manager.sh
- ./setup/basic_ubuntu_setup.sh
- nano setup/basic_ubuntu_setup.sh
- sed -i -- 's/history_key=<Ctrl><Alt>H/history_key=<Ctrl>Escape/g' ~/.config/parcellite/parcelliterc
- cd .config/
- ll
- cd parcellite/
- ll
- sudo snap install code --classic
- sudo -i
- cd ../../Documents/git/utils/
- cd setup/
- sudo snap install code --classic
- wget https://www.scootersoftware.com/bcompare-4.3.4.24657_amd64.deb
- sudo dpkg -i bcompare-4.3.4.24657_amd64.deb
- rm bcompare-4.3.4.24657_amd64.deb
- git config --global diff.tool bc3
- git config --global merge.tool bc3
- # Setup i3
- ../i3-config/setup.sh
- # Setup zsh
- ../zsh/setup.sh
- cd ~/Downloads
- wget https://www.scootersoftware.com/bcompare-4.3.7.25118_amd64.deb
- sudo dpkg -i bcompare-4.3.7.25118_amd64.deb
- git config --global diff.tool bc3
- git config --global merge.tool bc3
- rm bcompare-4.3.7.25118_amd64.deb
- cd ../Documents/git/utils/
- ./i3-configs/setup.sh
- nano ./i3-configs/setup.sh
- ln -s ~/Documents/git/utils/i3-configs/config ~/.config/i3/config
- ln -s ~/.config/i3/config ~/Documents/git/utils/i3-configs/config
- mkdir -p ~/.config/i3/
- ln -s ~/.config/i3/config ~/Documents/git/utils/i3-configs/config
- ln -s ~/Documents/git/utils/i3-configs/config ~/.config/i3/config
- nano ./i3-configs/setup.sh
- sed -i -- 's/%{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR/%{%k%F{$CURRENT_BG}%}\\n$SEGMENT_SEPARATOR/g' ~/.oh-my-zsh/themes/agnoster.zsh-theme
- nano ./zsh/setup.sh
- ./zsh/setup.sh
- rm ~/.zshrc
- ./zsh/setup.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement