Configuration files I use.
$ gpg --generate-key --default-key AES256
First, install these:
- Install
ripgrep
,fzf
,vim-gtk
,kitty
,zsh
, andgit-delta
- Install vim-plug
mkdir -p ~/.vim/files/info/
git clone git@github.com:rtfeldman/dotfiles.git
cd dotfiles
ln -fs $(pwd)/.gitconfig ~/.gitconfig
ln -fs $(pwd)/.zshrc ~/.zshrc
ln -fs $(pwd)/.vimrc ~/.config/.vimrc
ln -fs $(pwd)/.config/kitty ~/.config/kitty
ln -fs ~/.config/kitty/themes/AtomOneDark.conf ~/.config/kitty/theme.conf
echo "font_size 16.0" > ~/.config/kitty/kitty-local.conf
- Start vim and run
:PlugInstall
- Get color emoji
- Download the Windows 10 ISO, which can only be obtained by visiting the page from a browser with a non-Windows User Agent.
- Put the ISO on a thumb drive using Rufus, not the tool from Microsoft. (The latter doesn't work, in my experience.)
- Install Windows 10, leaving a large chunk of partition space for Ubuntu
- Disable Fast Boot, because otherwise the Ubuntu installer won't offer the "install alongside Windows" option.
- Enable Secure Boot in the machine's firmware settings if it is not already enabled - this way, the Ubuntu installer will use UEFI mode and try to install a dual boot with Windows. Otherwise it'll try to install in BIOS mode by default, and "install alongside Windows" won't be an option in the installer.
- Download an Ubuntu ISO and put it on a thumb drive.
- Install Ubuntu on the open partition. The installer will hopefully recognize Windows and offer to install alongisde it.
- If GRUB won't load on boot, try going into the firmware settings and setting the boot order on the hard disk (not just the main boot order, but actually the order of the disk itself - may be hard to find in the menus) and setting "ubuntu" higher priority than "Windows Boot Manager." If that doesn't work, maybe try boot repair. Otherwise, may have to switch between UEFI and non-UEFI at boot time. Another thing to try is to boot to Try Ubuntu and run
sudo fixparts
to fix the MBR.