This repo hosts my personal settings for gh, git,bash, zsh, and other
tools I commonly use.
For Windows you will need scoop
This installation is supposed to run a fresh install of all the tools.
git clone --depth=1 https://github.com/Hdoc1509/shell-fns.git ~/.shell-fns
git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus
git clone https://github.com/Hdoc1509/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# backup shellrc files
mv ~/.bashrc ~/.bashrc.bak
mv ~/.zshrc ~/.zshrc.bak
# install scripts
./install/windows.sh # for Windows
./install/linux.sh # for Ubuntu-based Linux distros- Theme: Black
- Extensions:
Command to use as default browser:
flatpak run net.waterfox.waterfox "%s"- Theme: All Black - Full Dark Theme/Black Theme
- Extensions:
There are some shortcuts and scripts for Windows inside windows folder.
- Shortcuts must be copied into
C:\Windows\folder. - Scripts must be run as administrator by clicking
Run as administrator.
If you have problems with screen resolution on Ubuntu-based Linux distributions, run the following command:
cd ~/.dotfiles
cat shell/.profile >>~/.profile
# then execute ./shell/.profile
./shell/.profileRetrieve the owner id of the user:
id -uLet's say the retrieved id is 1000.
Use the id for the following mounting options using Disks utility:
uid=1000,gid=1000