https://github.com/mikolasan/dotfiles
My dotfiles
https://github.com/mikolasan/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/mikolasan/dotfiles
- Owner: mikolasan
- Created: 2019-03-03T05:41:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T03:39:05.000Z (5 months ago)
- Last Synced: 2025-07-25T08:38:48.255Z (5 months ago)
- Topics: dotfiles
- Language: Python
- Size: 792 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mikolasan's dotfiles

## How to
Get your new system ready
**Ubuntu**
```
sudo apt-get install --assume-yes git curl
```
**openSUSE**
```
sudo zypper install --no-confirm git curl
```
**Arch**
```
sudo pacman -S --noconfirm git curl
```
Clone the repository and init submodules
```
git clone https://github.com/mikolasan/dotfiles.git ~/dotfiles
cd ~/dotfiles
git submodule update --init
```
I'm using [Bonclay](https://github.com/talal/bonclay) to restore/backup dotfiles.
The simplest way to install Bonclay on Linux is to run
```
sudo ~/dotfiles/get-bonclay.sh
```
Then create symlinks
```
bonclay sync bonclay.conf.yaml
```
And follow commands from `install-.sh` or run them all at once
## Windows
- **Alacritty**: copy `Windows\alacritty.yml` to `%APPDATA%\alacritty\alacritty.yml`
- **Git**: copy `Windows\git-prompt.sh` to `C:\Program Files\Git\etc\profile.d\git-prompt.sh`
- **VS Code**: copy `Windows\settings.json` to `C:\Users\neupo\AppData\Roaming\Code\User\settings.json`