Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolasan/dotfiles
My dotfiles
https://github.com/mikolasan/dotfiles
dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/mikolasan/dotfiles
- Owner: mikolasan
- Created: 2019-03-03T05:41:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T21:18:39.000Z (4 months ago)
- Last Synced: 2024-08-24T22:26:01.712Z (4 months ago)
- Topics: dotfiles
- Language: Python
- Size: 775 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mikolasan's dotfiles
![Demo tmux, fuzzy search, vim theme and ranger file manager](screenshot_1.png)
## 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`