https://github.com/imaginator/dotfiles
$HOME never felt this good.
https://github.com/imaginator/dotfiles
Last synced: 9 months ago
JSON representation
$HOME never felt this good.
- Host: GitHub
- URL: https://github.com/imaginator/dotfiles
- Owner: imaginator
- Created: 2012-10-06T10:27:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T11:05:48.000Z (9 months ago)
- Last Synced: 2025-09-22T13:08:07.880Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 506 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
Making things more like $HOME
```bash
sudo sh -c 'echo "$(logname) ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/$(logname)' && sudo chmod 440 /etc/sudoers.d/$(logname)
sudo apt-get install git tmux zsh vim stow htop strace ltrace zsh-syntax-highlighting
sudo update-alternatives --set editor /usr/bin/vim.basic
sudo useradd simon -s /usr/bin/zsh -m -G simon -G sudo
sudo passwd simon
sudo chsh -s /bin/zsh simon
sudo usermod -a -G sudo,adm,systemd-journal simon
sudo -i -u simon
git clone https://github.com/imaginator/dotfiles.git
cd dotfiles
git pull --recurse-submodules --jobs=10
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
stow bin code git htop ssh tmux vim zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
zsh
# from another machine
ssh-copy-id -i .ssh/id_simon simon@
```
Other things:
keyboard is defined as being `Macintosh ISO layout (International English)`
```bash
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us+mac')]"
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:ralt']" # set compose character
```
- For ä you press Compose,", a
- For € you press Compose,=, e
- For £ you press Compose,-, l.