wget -q -O - https://raw.githubusercontent.com/verhovsky/dotfiles/master/install/debian.sh | bashssh-keygen -o -a 100 -t ed25519 -C ''
open https://github.com/settings/ssh/new # add the key
git clone git@github.com:verhovsky/dotfiles.git ~/dotfilesThen the next steps depend on the operating system you're installing on:
cat ~/dotfiles/symlink.sh
~/dotfiles/symlink.shThen manually finish the installation:
brew install --cask programmer-dvorakSymlink configuration.nix to /etc/nixos/configuration.nix:
sudo chown -R $USER:users /etc/nixos
rm /etc/nixos/configuration.nix
ln -s ~/dotfiles/configuration.nix /etc/nixos/configuration.nix
sudo nixos-rebuild switchthen
cat ~/dotfiles/symlink.sh
~/dotfiles/symlink.shThen (in a new terminal window) manually finish the installation:
- install doom emacs
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.ddoom install
xrandr --output DP-0 --mode 2560x1440 -r 143.86to enable 144Hz refresh rate on monitor. You have to specify the resolution (the--mode) in order for it to work.- configure Chrome fonts
- configure the keyboard again in the Desktop Environment (for KDE at least)
vim ~/.bashrcand paste these lines:
alias e="ls -t --color=auto --group-directories-first"
alias ee="ls -talhv --group-directories-first"
alias u="cd"
alias uu="cd ../"
alias uuu="cd ../.."
alias uuuu="cd ../../.."
alias uuuuu="cd ../../../.."