Dotfiles from 2020: https://github.com/Trumeet/Dotfiles
alacritty/.config/alacritty | ||
androidstudio/.AndroidStudioPreview3.6/config | ||
chromium/.config | ||
fish/.config/fish | ||
font/.config/fontconfig | ||
git | ||
gradle/.gradle | ||
i3 | ||
nvim | ||
rime | ||
ssh-agent | ||
u2f/.config/yubikey-touch-detector | ||
xorg | ||
.gitmodules | ||
packages | ||
README.md |
Dotfiles
Personal dotfiles.
My Environment
IDE: Tmux + NeoVim- Terminal: fish
- Editor: NeoVim
- OS: Arch Linux
- IDE: Android Studio and / or IntelliJ Idea
- Desktop: KDE
- Input: iBus + Rime (Chinese, Luna Pinyin Simp + Jyutping)
- SSH Agent: GnuPG
Setup
- Clone the repo
$ git clone --recurse-submodules https://github.com/Trumeet/Dotfiles.git
$ cd Dotfiles
- Install
Boooooom. The magic happens.
$ find . -maxdepth 1 -not -path '*/\.*' -wholename "./*" -type d | sed "s|^\./||" | xargs stow -v -t $HOME -R
- Additional config
NeoVim:
You will see an error after executing this. Just ignore it and restart NeoVim.
$ nvim -c "PlugInstall"
Tmux:
tmux
- Press Ctrl + A, release the keys and press I (capital i, as in Install)
Pacman Packages:
$ yay -S (cat packages)
- Enjoy
Wait... you are NOT supposed to enjoy it because they are my PERSONAL configurations, which are NOT supposed to fit in your environment and habit.
Anyway, you can still use my configurations. 😂
Acknowledgements
Other users' dotfile repos, StackOverflow, Google, GitHub, Arch Wiki, etc.
License
GPL v2